Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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)
|
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:
|