lunarflu HF staff commited on
Commit
3af0c64
·
verified ·
1 Parent(s): 6386d92

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -527,7 +527,9 @@ async def on_message(message):
527
  await message.channel.send(f"The Discord account {member} is already verified! To change discord accounts or HF accounts, contact <@811235357663297546> or [email protected]")
528
  await lunar.send(f"The Discord account {member} is already verified! To change discord accounts or HF accounts, contact <@811235357663297546> or [email protected]")
529
  print(f"The Discord account {member} is already verified! To change discord accounts or HF accounts, contact <@811235357663297546> or [email protected]")
530
- return
 
 
531
 
532
  # -----------------------------------------------------------------------------------------
533
  xp = 10
 
527
  await message.channel.send(f"The Discord account {member} is already verified! To change discord accounts or HF accounts, contact <@811235357663297546> or [email protected]")
528
  await lunar.send(f"The Discord account {member} is already verified! To change discord accounts or HF accounts, contact <@811235357663297546> or [email protected]")
529
  print(f"The Discord account {member} is already verified! To change discord accounts or HF accounts, contact <@811235357663297546> or [email protected]")
530
+ return
531
+ except Exception as e:
532
+ print(f"verification Error: {e}")
533
 
534
  # -----------------------------------------------------------------------------------------
535
  xp = 10