Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ async def on_message(message):
|
|
257 |
print(f"adding exp from message {message.author}")
|
258 |
await asyncio.sleep(1)
|
259 |
await add_exp(message.author.id)
|
260 |
-
await periodic_api_test() # run this ~1 per day otherwise will lead to issues
|
261 |
await bot.process_commands(message)
|
262 |
except Exception as e:
|
263 |
print(f"on_message Error: {e}")
|
|
|
257 |
print(f"adding exp from message {message.author}")
|
258 |
await asyncio.sleep(1)
|
259 |
await add_exp(message.author.id)
|
260 |
+
#await periodic_api_test() # run this ~1 per day otherwise will lead to issues
|
261 |
await bot.process_commands(message)
|
262 |
except Exception as e:
|
263 |
print(f"on_message Error: {e}")
|