From f5ec2f38fc0d7ba617753176cac3b6ff06138ffe Mon Sep 17 00:00:00 2001 From: Eri - Rei Date: Tue, 6 Jan 2026 18:42:20 +0100 Subject: [PATCH] Updated note to explain further about "TEST_SERVER_ID". --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: