Added play command

This commit is contained in:
2020-12-18 22:52:24 +01:00
parent 3eeceb5c14
commit 7d2015a249
4 changed files with 69 additions and 5 deletions

View File

@@ -19,6 +19,7 @@
"dependencies": {
"axios": "^0.21.0",
"cheerio": "^1.0.0-rc.3",
"discord.js": "^12.5.1"
"discord.js": "^12.5.1",
"js-levenshtein": "^1.1.6"
}
}