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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -374,7 +374,7 @@ async def add_exp(member_id):
374
  embed.set_image(url='https://cdn.discordapp.com/attachments/1150399343912833024/1205537451242688573/download_1.png?ex=65d8bb3e&is=65c6463e&hm=042fe7dd3521887db0bd48eeb846de1cc7c75194f9e95215c23512ff61ea3475&')
375
 
376
  lunar = bot.get_user(811235357663297546)
377
- #await member.send(embed=embed)
378
  await lunar.send(embed=embed)
379
  print(f"Sent verification cap embed to {member}")
380
  print(f"------------------------------------------------------------------------")
@@ -424,7 +424,7 @@ async def add_exp(member_id):
424
  embed.add_field(name="Verify Here:", value=verification_link, inline=True)
425
 
426
  lunar = bot.get_user(811235357663297546)
427
- #await member.send(embed=embed)
428
  await lunar.send(embed=embed)
429
  print(f"Sent levelup embed to {member}")
430
  #You can verify your account to earn 100 points! To verify, do A.
 
374
  embed.set_image(url='https://cdn.discordapp.com/attachments/1150399343912833024/1205537451242688573/download_1.png?ex=65d8bb3e&is=65c6463e&hm=042fe7dd3521887db0bd48eeb846de1cc7c75194f9e95215c23512ff61ea3475&')
375
 
376
  lunar = bot.get_user(811235357663297546)
377
+ await member.send(embed=embed)
378
  await lunar.send(embed=embed)
379
  print(f"Sent verification cap embed to {member}")
380
  print(f"------------------------------------------------------------------------")
 
424
  embed.add_field(name="Verify Here:", value=verification_link, inline=True)
425
 
426
  lunar = bot.get_user(811235357663297546)
427
+ await member.send(embed=embed)
428
  await lunar.send(embed=embed)
429
  print(f"Sent levelup embed to {member}")
430
  #You can verify your account to earn 100 points! To verify, do A.