Removed the "server_id" from testing.

This commit is contained in:
2026-01-12 17:24:14 -03:00
parent 2c4565cdff
commit 28a31df152
8 changed files with 9 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ module Commands
cmd_key = :truth
cmd_desc = "The Cheese of Truth. Get a random phrase that's 100% the truth."
bot.register_application_command(cmd_key, cmd_desc, server_id: ENV['SERVER_ID'])
bot.register_application_command(cmd_key, cmd_desc)
bot.application_command(cmd_key) do |event|
event.respond(content: Lists::CHEESE_OF_TRUTH.sample)