Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -114,6 +114,7 @@ async def hello_command(interaction):
|
|
114 |
async def on_ready():
|
115 |
await tree.sync()
|
116 |
print("Bot is ready!")
|
|
|
117 |
|
118 |
client.event(on_ready)
|
119 |
|
|
|
114 |
async def on_ready():
|
115 |
await tree.sync()
|
116 |
print("Bot is ready!")
|
117 |
+
print(f"Guilds: {client.guilds}")
|
118 |
|
119 |
client.event(on_ready)
|
120 |
|