Added kareoki. No search function though

This commit is contained in:
ION606
2022-03-10 20:30:03 -05:00
parent 8d1d633703
commit cdacc6c03e
6 changed files with 1261 additions and 19 deletions
+5 -1
View File
@@ -18,8 +18,12 @@
"homepage": "https://github.com/ION606/selmerBot#readme",
"dependencies": {
"@discordjs/voice": "^0.8.0",
"axios": "^0.26.1",
"cheerio": "^1.0.0-rc.10",
"discord.js": "^13.6.0",
"ffmpeg-static": "^4.4.1",
"libsodium-wrappers": "^0.7.9"
"libsodium-wrappers": "^0.7.9",
"node-fetch": "2.0",
"puppeteer": "^13.5.1"
}
}