artintel235 commited on
Commit
2e5687d
·
verified ·
1 Parent(s): 16cc397

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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