lunarflu HF staff commited on
Commit
95d41e5
1 Parent(s): 3cb2978

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -291,8 +291,8 @@ async def update_leaderboard(ctx, num_results: int = 10):
291
 
292
 
293
 
294
- @bot.command(name='help')
295
- async def 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
 
 
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