We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a1d9d commit 634cfdeCopy full SHA for 634cfde
bot/bot.py
@@ -36,6 +36,7 @@ async def update_message(content):
36
37
@bot.event
38
async def on_ready():
39
+ await bot.tree.sync()
40
"""
41
An event listener for when the bot is ready and operational.
42
0 commit comments