Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -229,7 +229,7 @@ async def on_message(message):
|
|
229 |
try:
|
230 |
if message.author.id not in bot_ids:
|
231 |
await add_exp(message.author.id)
|
232 |
-
await periodic_api_test()
|
233 |
await bot.process_commands(message)
|
234 |
except Exception as e:
|
235 |
print(f"on_message Error: {e}")
|
|
|
229 |
try:
|
230 |
if message.author.id not in bot_ids:
|
231 |
await add_exp(message.author.id)
|
232 |
+
#await periodic_api_test() # run this ~1 per day otherwise will lead to issues
|
233 |
await bot.process_commands(message)
|
234 |
except Exception as e:
|
235 |
print(f"on_message Error: {e}")
|