Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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
|
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"
|