lunarflu HF staff commited on
Commit
c4facbd
1 Parent(s): ecaa11a

testing no comment exp

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -236,8 +236,7 @@ async def on_message(message):
236
  try:
237
  if message.author.id not in bot_ids:
238
  print(f"adding exp from message {message.author}")
239
- print(f"adding exp from message {message.author.id}")
240
- await add_exp(message.author.id)
241
  #await periodic_api_test() # run this ~1 per day otherwise will lead to issues
242
  await bot.process_commands(message)
243
  except Exception as e:
 
236
  try:
237
  if message.author.id not in bot_ids:
238
  print(f"adding exp from message {message.author}")
239
+ #await add_exp(message.author.id)
 
240
  #await periodic_api_test() # run this ~1 per day otherwise will lead to issues
241
  await bot.process_commands(message)
242
  except Exception as e: