Update main.gd
This commit is contained in:
parent
b7ada53c1d
commit
97552dffa5
1 changed files with 1 additions and 0 deletions
1
main.gd
1
main.gd
|
|
@ -32,6 +32,7 @@ func _ready() -> void:
|
|||
bot.bot_ready.connect(_on_bot_ready)
|
||||
#bot.message_create.connect(_on_message_create)
|
||||
bot.interaction_create.connect(_on_interaction_create)
|
||||
bot.INTENTS = bot.INTENTS | (1 << 12)
|
||||
bot.login()
|
||||
#_load_commands(bot)
|
||||
_load_application_commands(bot)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue