big cleanup & use slash commands

This commit is contained in:
Ryan Cao 2022-08-24 18:32:10 +08:00
parent 386379b493
commit 01ce9ad000
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
15 changed files with 526 additions and 541 deletions

View file

@ -8,23 +8,22 @@
"lint": "tsc --noEmit && eslint **/*.ts"
},
"dependencies": {
"@cliqz/adblocker": "^1.23.8",
"discord-command-parser": "^1.5.3",
"discord.js": "^14.0.3",
"just-random": "^3.0.1",
"@discordjs/rest": "^1.1.0",
"discord.js": "^14.3.0",
"just-random": "^3.1.1",
"kleur": "^4.1.5",
"node-fetch": "^3.2.9",
"node-fetch": "^3.2.10",
"remove-markdown": "^0.5.0",
"tsx": "^3.8.0",
"tsx": "^3.8.2",
"url-regex": "^5.0.0"
},
"devDependencies": {
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"@types/node": "^18.7.13",
"@typescript-eslint/eslint-plugin": "^5.34.0",
"@typescript-eslint/parser": "^5.34.0",
"dotenv": "^16.0.1",
"esbuild": "^0.14.50",
"eslint": "^8.20.0",
"esbuild": "^0.15.5",
"eslint": "^8.22.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4"
}