This commit is contained in:
Tabby 2026-01-03 18:06:32 +11:00
parent 3ec2b90e8e
commit 00f64e9fe4
4 changed files with 32 additions and 3 deletions

View file

@ -57,11 +57,11 @@ func _on_bot_ready(bot: DiscordBot):
# -----Single server (updates instantly)
#_register_application_commands(bot, "guild_id_here")
#_register_application_commands(bot, "679917161195765822") # personal server
_register_application_commands(bot, "679917161195765822") # personal server
#_register_application_commands(bot, "1038007666032787476") # fabsoc
# -----Global (may take upto 1hr to update)
_register_application_commands(bot) # everywhere
#_register_application_commands(bot) # everywhere
func _on_message_create(bot: DiscordBot, message: Message, channel: Dictionary) -> void: