remove 150 truescore requirement on discord

remotes/1693045480750635534/spooky-22
Aevann1 2022-06-25 04:00:49 +02:00
parent 56a317bb56
commit 59302696f6
1 changed files with 0 additions and 3 deletions

View File

@ -17,9 +17,6 @@ def join_discord(v):
if v.shadowbanned: return {"error": "Internal server error"}
if SITE_NAME == 'rDrama' and v.admin_level < 2 and v.patron == 0 and v.truecoins < 150:
return "You must receive 150 upvotes/downvotes from other users before being able to join the Discord server."
now=int(time.time())
state=generate_hash(f"{now}+{v.id}+discord")