Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ async def add_exp(member):
|
|
106 |
print(f"add_exp Error: {e}")
|
107 |
|
108 |
|
109 |
-
@bot.command
|
110 |
async def update_sheet(ctx):
|
111 |
if ctx.author.id == 811235357663297546:
|
112 |
guild = bot.get_guild(879548962464493619)
|
|
|
106 |
print(f"add_exp Error: {e}")
|
107 |
|
108 |
|
109 |
+
@bot.command(name='update_sheet')
|
110 |
async def update_sheet(ctx):
|
111 |
if ctx.author.id == 811235357663297546:
|
112 |
guild = bot.get_guild(879548962464493619)
|