Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,6 @@ async def on_ready():
|
|
27 |
print(f"Logged in as {bot.user} (ID: {bot.user.id})")
|
28 |
synced = await bot.tree.sync()
|
29 |
print(f"Synced commands: {', '.join([s.name for s in synced])}.")
|
30 |
-
event.set()
|
31 |
print("------")
|
32 |
#---------------------------------------------------------------------------------------------------------------------
|
33 |
@bot.hybrid_command(
|
|
|
27 |
print(f"Logged in as {bot.user} (ID: {bot.user.id})")
|
28 |
synced = await bot.tree.sync()
|
29 |
print(f"Synced commands: {', '.join([s.name for s in synced])}.")
|
|
|
30 |
print("------")
|
31 |
#---------------------------------------------------------------------------------------------------------------------
|
32 |
@bot.hybrid_command(
|