Spaces:
Running on CPU Upgrade

lunarflu HF staff commited on
Commit
3ba2041
·
verified ·
1 Parent(s): 8f517de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -361,7 +361,7 @@ async def add_exp(member_id):
361
  # send embed
362
  embed = Embed(color=Color.red())
363
  embed.set_author(name=f"{member}", icon_url=member.avatar.url if member.avatar else bot.user.avatar.url)
364
- embed.title = f"⚠️Your account is not Verified! Unable to level up `{🚀}` -> `{current_level}` ❌"
365
  msg = f'🤗 Hey {member}! You can continue leveling up in the Hugging Face Discord server by Verifying your account, and claim `{claim_exp}` bonus exp points!'
366
  embed.description = f"{msg}"
367
  verification_link = "https://discord.com/channels/879548962464493619/900125909984624713"
 
361
  # send embed
362
  embed = Embed(color=Color.red())
363
  embed.set_author(name=f"{member}", icon_url=member.avatar.url if member.avatar else bot.user.avatar.url)
364
+ embed.title = f"⚠️Your account is not Verified! Unable to level up `🚀` -> `{current_level}` ❌"
365
  msg = f'🤗 Hey {member}! You can continue leveling up in the Hugging Face Discord server by Verifying your account, and claim `{claim_exp}` bonus exp points!'
366
  embed.description = f"{msg}"
367
  verification_link = "https://discord.com/channels/879548962464493619/900125909984624713"