remotes/1693045480750635534/spooky-22
Aevann1 2021-10-18 20:39:49 +02:00
parent b19978c4bd
commit 471cd9d322
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ WELCOME_CHANNEL="846509313941700618"
@auth_required
def join_discord(v):
if v.is_suspended != 0: return "Banned users cannot join the discord server!"
if v.is_suspended != 0 and v.admin_level == 0: return "Banned users cannot join the discord server!"
if 'rama' in request.host and v.admin_level == 0 and v.patron == 0 and v.truecoins < 150: return f"You must earn 150 {COINS_NAME} before entering the Discord server. You earn {COINS_NAME} by making posts/comments and getting upvoted."