Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
fix
Browse files
app.py
CHANGED
@@ -813,7 +813,7 @@ def add_verified_role(member, role):
|
|
813 |
loop.run_until_complete(add_role_to_member(member, role))
|
814 |
|
815 |
|
816 |
-
async def send_lunar_verification_logs(lunar, member, username)
|
817 |
org_link = "https://huggingface.co/organizations/discord-community/share/wPKRAHYbAlaEaCxUxcqVyaaaeZcYagDvqc"
|
818 |
invite_message = "Click to join our community org on the HF Hub!"
|
819 |
await lunar.send(f"Verification successful! [{member} <---> {username}] \n🤗 {invite_message}\n{org_link} ")
|
|
|
813 |
loop.run_until_complete(add_role_to_member(member, role))
|
814 |
|
815 |
|
816 |
+
async def send_lunar_verification_logs(lunar, member, username):
|
817 |
org_link = "https://huggingface.co/organizations/discord-community/share/wPKRAHYbAlaEaCxUxcqVyaaaeZcYagDvqc"
|
818 |
invite_message = "Click to join our community org on the HF Hub!"
|
819 |
await lunar.send(f"Verification successful! [{member} <---> {username}] \n🤗 {invite_message}\n{org_link} ")
|