Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -324,7 +324,7 @@ async def add_exp(member_id):
|
|
324 |
embed.set_image(url='https://cdn.discordapp.com/attachments/1150399343912833024/1205537451242688573/download_1.png?ex=65d8bb3e&is=65c6463e&hm=042fe7dd3521887db0bd48eeb846de1cc7c75194f9e95215c23512ff61ea3475&')
|
325 |
|
326 |
lunar = bot.get_user(811235357663297546)
|
327 |
-
|
328 |
await lunar.send(embed=embed)
|
329 |
print(f"Sent verification cap embed to {member}")
|
330 |
print(f"------------------------------------------------------------------------")
|
@@ -374,7 +374,7 @@ async def add_exp(member_id):
|
|
374 |
embed.add_field(name="Verify Here:", value=verification_link, inline=True)
|
375 |
|
376 |
lunar = bot.get_user(811235357663297546)
|
377 |
-
|
378 |
await lunar.send(embed=embed)
|
379 |
print(f"Sent levelup embed to {member}")
|
380 |
#You can verify your account to earn 100 points! To verify, do A.
|
|
|
324 |
embed.set_image(url='https://cdn.discordapp.com/attachments/1150399343912833024/1205537451242688573/download_1.png?ex=65d8bb3e&is=65c6463e&hm=042fe7dd3521887db0bd48eeb846de1cc7c75194f9e95215c23512ff61ea3475&')
|
325 |
|
326 |
lunar = bot.get_user(811235357663297546)
|
327 |
+
await member.send(embed=embed)
|
328 |
await lunar.send(embed=embed)
|
329 |
print(f"Sent verification cap embed to {member}")
|
330 |
print(f"------------------------------------------------------------------------")
|
|
|
374 |
embed.add_field(name="Verify Here:", value=verification_link, inline=True)
|
375 |
|
376 |
lunar = bot.get_user(811235357663297546)
|
377 |
+
await member.send(embed=embed)
|
378 |
await lunar.send(embed=embed)
|
379 |
print(f"Sent levelup embed to {member}")
|
380 |
#You can verify your account to earn 100 points! To verify, do A.
|