diff --git a/README.md b/README.md index cfc296c..a51e709 100644 --- a/README.md +++ b/README.md @@ -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: