1
0
mirror of https://github.com/toast-ts/Daggerbot-TS.git synced 2024-09-29 00:10:58 -04:00

Update README.md

This commit is contained in:
toast-ts 2024-09-25 11:55:25 +10:00
parent bc87b60376
commit 7a0c245311

View File

@ -25,12 +25,3 @@ This is a revision history of how far we come in development cycle;
| V1 | JavaScript | Discord.JS v13 | Message commands | | V1 | JavaScript | Discord.JS v13 | Message commands |
| V2-V3 | TypeScript | Discord.JS v14 | Slash/message commands | | V2-V3 | TypeScript | Discord.JS v14 | Slash/message commands |
| V4 (Private) | Rust/Lua | Serenity v0.12 | Slash/context/message commands | | V4 (Private) | Rust/Lua | Serenity v0.12 | Slash/context/message commands |
## CLI arguments (`process.argv[..]`)
`yarn dev` - Starts the development bot with predefined args.
The args in question is;
| Argument | Usage |
|----------|-------|
| `src/DB-Beta.config.json` | Location of config file - [2] |
| `daggerbotbeta` | Service name in TokenService to fetch tokens data from - [3] |
| `true` | Toggle debug mode in Discord.js library - [4] |