Fixed small things

This commit is contained in:
Ahmad Khan 2023-09-20 18:45:22 -04:00
parent c578870edd
commit 2612dd4610
5 changed files with 209 additions and 616 deletions

View file

@ -8,7 +8,7 @@
"scripts": {
"compile": "node ./build/compile.js",
"target": "node ./build/target.js",
"start": "pnpm run compile && pnpm run target"
"start": "yarn run compile && yarn run target"
},
"dependencies": {
"@discordjs/builders": "^1.6.5",