Updated database content, new "add" command for earnings.

This commit is contained in:
2026-01-05 19:16:04 -03:00
parent ac6f366083
commit 86e1af1a66
3 changed files with 80 additions and 5 deletions

View File

@@ -17,6 +17,7 @@
module Commands
module Echo
extend self
def register(bot, _db)
bot.register_application_command(:echo, 'Repeats what you say', server_id: ENV['TEST_SERVER_ID']) do |cmd|
cmd.string('message', 'The text you want the bot to repeat', required: true)