Removed the "server_id" from testing.
This commit is contained in:
@@ -22,7 +22,7 @@ module Commands
|
||||
cmd_key = :donate
|
||||
cmd_desc = "Only if you can and want, of course."
|
||||
|
||||
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:"[Donate a ko-fi](https://ko-fi.com/reicore) to my creator if you can, and want.")
|
||||
|
||||
Reference in New Issue
Block a user