Updated note to explain further about "TEST_SERVER_ID".
This commit is contained in:
@@ -61,7 +61,7 @@ The bot requires a PostgreSQL database.
|
||||
BOT_TOKEN=your_discord_bot_token_here
|
||||
TEST_SERVER_ID=your_discord_server_id
|
||||
```
|
||||
*Note: Add a Server ID only if you're planning on updating the bot frequently, and want instant changes. Otherwise, remove it from the .env file and every `server_id: ENV['TEST_SERVER_ID']` line from the `register_application_command` on [src/commands]*
|
||||
*Note: Add a Server ID only if you're planning on updating the bot frequently, and want instant changes to be seen. Otherwise, remove it from the .env file and every `server_id: ENV['TEST_SERVER_ID']` line from the `register_application_command` on every `src/commands/*.rb` file.*
|
||||
|
||||
## Usage
|
||||
To start the bot, you must use `bundle exec` to load the local dependencies:
|
||||
|
||||
Reference in New Issue
Block a user