Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ async def level(ctx):
|
|
73 |
|
74 |
@bot.command()
|
75 |
async def backup_xp(ctx):
|
76 |
-
save_xp_data(
|
77 |
with open('xp_data.json', 'rb') as f:
|
78 |
await ctx.send(file=discord.File(f, 'xp_data.json'))
|
79 |
|
|
|
73 |
|
74 |
@bot.command()
|
75 |
async def backup_xp(ctx):
|
76 |
+
#save_xp_data()
|
77 |
with open('xp_data.json', 'rb') as f:
|
78 |
await ctx.send(file=discord.File(f, 'xp_data.json'))
|
79 |
|