Spaces:
Running on CPU Upgrade

lunarflu HF Staff commited on
Commit
a41e181
·
1 Parent(s): 714224b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -67,6 +67,8 @@ def calculate_level(xp):
67
  @bot.command()
68
  async def level(ctx):
69
  global xp_data
 
 
70
  if ctx.author.id == 811235357663297546: # lunarflu
71
  if ctx.author.id in xp_data:
72
 
 
67
  @bot.command()
68
  async def level(ctx):
69
  global xp_data
70
+ print(ctx.author.id)
71
+ print(ctx.author.mention)
72
  if ctx.author.id == 811235357663297546: # lunarflu
73
  if ctx.author.id in xp_data:
74