lunarflu HF staff commited on
Commit
0948a0f
·
verified ·
1 Parent(s): 5d8f291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -282,6 +282,7 @@ async def add_exp(member_id, message):
282
  print(f"----------------------------------------------------")
283
 
284
  if member_id == 811235357663297546:
 
285
  await update_google_sheet()
286
  except Exception as e:
287
  print(f"add_exp Error: {e}")
 
282
  print(f"----------------------------------------------------")
283
 
284
  if member_id == 811235357663297546:
285
+ if message.content == "update_sheet"
286
  await update_google_sheet()
287
  except Exception as e:
288
  print(f"add_exp Error: {e}")