pagination complete

This commit is contained in:
Tabby 2025-11-12 17:14:47 +11:00
parent 97552dffa5
commit 0ae75441c9
7 changed files with 168 additions and 32 deletions

View file

@ -56,11 +56,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)
_register_application_commands(bot) # everywhere
#func _on_message_create(bot: DiscordBot, message: Message, channel: Dictionary) -> void: