lunarflu HF staff commited on
Commit
fe673b9
1 Parent(s): 87cc5f4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #await member.send(embed=embed)
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
- #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.
 
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.