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

@@ -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.")