Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -388,7 +388,7 @@ async def add_exp(member_id):
|
|
388 |
embed.set_image(url='https://cdn.discordapp.com/attachments/1150399343912833024/1205537451242688573/download_1.png?ex=65d8bb3e&is=65c6463e&hm=042fe7dd3521887db0bd48eeb846de1cc7c75194f9e95215c23512ff61ea3475&')
|
389 |
|
390 |
lunar = bot.get_user(811235357663297546)
|
391 |
-
|
392 |
await lunar.send(embed=embed)
|
393 |
print(f"Sent verification cap embed to {member}")
|
394 |
return
|
@@ -428,7 +428,7 @@ async def add_exp(member_id):
|
|
428 |
embed.add_field(name="Verify Here:", value=verification_link, inline=True)
|
429 |
|
430 |
lunar = bot.get_user(811235357663297546)
|
431 |
-
|
432 |
await lunar.send(embed=embed)
|
433 |
print(f"Sent levelup embed to {member}")
|
434 |
#You can verify your account to earn 100 points! To verify, do A.
|
|
|
388 |
embed.set_image(url='https://cdn.discordapp.com/attachments/1150399343912833024/1205537451242688573/download_1.png?ex=65d8bb3e&is=65c6463e&hm=042fe7dd3521887db0bd48eeb846de1cc7c75194f9e95215c23512ff61ea3475&')
|
389 |
|
390 |
lunar = bot.get_user(811235357663297546)
|
391 |
+
await member.send(embed=embed)
|
392 |
await lunar.send(embed=embed)
|
393 |
print(f"Sent verification cap embed to {member}")
|
394 |
return
|
|
|
428 |
embed.add_field(name="Verify Here:", value=verification_link, inline=True)
|
429 |
|
430 |
lunar = bot.get_user(811235357663297546)
|
431 |
+
await member.send(embed=embed)
|
432 |
await lunar.send(embed=embed)
|
433 |
print(f"Sent levelup embed to {member}")
|
434 |
#You can verify your account to earn 100 points! To verify, do A.
|