chore: improve scripts with anticrash

This commit is contained in:
ethanf 2023-11-29 00:48:54 -06:00
parent 18a30e459c
commit 1c53aeeeee

View File

@ -1,6 +1,6 @@
{ "dependencies": { "discord.js": "^14.14.1" }, { "dependencies": { "discord.js": "^14.14.1" },
"scripts": { "scripts": {
"start": "bun run index.js", "start": "bun --watch index.js",
"register": "bun run register.js" "register": "bun register.js"
} }
} }