From e8843cf1a2d5880ab95e9a160bb866fa043dea90 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Tue, 31 Aug 2021 22:32:34 +0200 Subject: [PATCH] fdfd --- files/routes/discord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/discord.py b/files/routes/discord.py index fdea1fed6..c829b35af 100644 --- a/files/routes/discord.py +++ b/files/routes/discord.py @@ -16,7 +16,7 @@ WELCOME_CHANNEL="846509313941700618" def join_discord(v): if v.is_banned != 0: return "You're banned" - if v.admin_level == 0 and v.coins < 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." + if 'rdrama' in request.host and v.admin_level == 0 and v.patron == 0 and v.coins < 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." now=int(time.time())