Update main.gd

This commit is contained in:
Tabby 2025-11-07 23:01:20 +11:00
parent b7ada53c1d
commit 97552dffa5

View file

@ -32,6 +32,7 @@ func _ready() -> void:
bot.bot_ready.connect(_on_bot_ready) bot.bot_ready.connect(_on_bot_ready)
#bot.message_create.connect(_on_message_create) #bot.message_create.connect(_on_message_create)
bot.interaction_create.connect(_on_interaction_create) bot.interaction_create.connect(_on_interaction_create)
bot.INTENTS = bot.INTENTS | (1 << 12)
bot.login() bot.login()
#_load_commands(bot) #_load_commands(bot)
_load_application_commands(bot) _load_application_commands(bot)