Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -291,8 +291,8 @@ async def update_leaderboard(ctx, num_results: int = 10):
|
|
| 291 |
|
| 292 |
|
| 293 |
|
| 294 |
-
@bot.command(name='
|
| 295 |
-
async def
|
| 296 |
help_message = "How to earn Discord / Hub exp: Post messages, react, Like, discuss, create repos and papers"
|
| 297 |
await ctx.author.send(help_message)
|
| 298 |
|
|
|
|
| 291 |
|
| 292 |
|
| 293 |
|
| 294 |
+
@bot.command(name='xp_help')
|
| 295 |
+
async def xp_help(ctx):
|
| 296 |
help_message = "How to earn Discord / Hub exp: Post messages, react, Like, discuss, create repos and papers"
|
| 297 |
await ctx.author.send(help_message)
|
| 298 |
|