Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
|