lunarflu HF staff commited on
Commit
681c6dc
·
verified ·
1 Parent(s): 4043969

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ async def on_ready():
104
  print(f"XP_PER_MESSAGE: {XP_PER_MESSAGE}")
105
 
106
  server = bot.get_guild(879548962464493619)
107
- await server.fetch_members(limit=None).flatten()
108
 
109
  channel = bot.get_channel(900125909984624713)
110
  if channel:
 
104
  print(f"XP_PER_MESSAGE: {XP_PER_MESSAGE}")
105
 
106
  server = bot.get_guild(879548962464493619)
107
+ await server.fetch_members(limit=None)
108
 
109
  channel = bot.get_channel(900125909984624713)
110
  if channel: