reformatted to use my template

This commit is contained in:
2022-03-31 15:04:54 -05:00
parent a9ea7bf8d5
commit 7bac005fe7
32 changed files with 8222 additions and 783 deletions

16
README.md Normal file
View File

@@ -0,0 +1,16 @@
# discordjs-template
## running
| File | Description | Notes |
| - | - | - |
| `scripts/(os)/install` | installs the bot | must be ran again if you change the bot token |
| `scripts/(os)/start` | starts the bot | includes a watchdog (so it automatically restarts if it crashes) |
## dev
| Command | Description |
| - | - |
| `npm run build` | builds the bot and registers the commands |
| `npm run start` | starts the bot |
| `npm run dev` OR `npm run watch` | watches for changes, then builds and starts the bot |