forked from csxkdv/cheeseBot-rewrite
Removed the "server_id" from testing.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user