Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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
|