lunarflu HF staff commited on
Commit
20630d7
1 Parent(s): d3bb60f

Update app.py

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