add ping, why, paths, cursed

This commit is contained in:
Ryan Cao 2022-05-21 09:56:25 +08:00
parent f26e14119c
commit 7cc183692f
No known key found for this signature in database
GPG key ID: 528A2C1B6656B97F
5 changed files with 156 additions and 46 deletions

View file

@ -7,10 +7,13 @@
"build": "esbuild index.ts --format=cjs --platform=node --bundle --minify --outfile=index.js"
},
"dependencies": {
"bad-words": "^3.0.4",
"discord.js": "^13.7.0",
"kleur": "^4.1.4",
"koa": "^2.13.4"
},
"devDependencies": {
"@types/bad-words": "^3.0.1",
"@types/koa": "^2.13.4",
"esbuild": "^0.14.39",
"esno": "^0.16.3",