diff --git a/README.md b/README.md index c92404c..2dbfeb1 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,3 @@ This is a revision history of how far we come in development cycle; | V1 | JavaScript | Discord.JS v13 | Message commands | | V2-V3 | TypeScript | Discord.JS v14 | Slash/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] |