From a862b754f8f7f06a9f195f15da137bcac03a094f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 29 Oct 2021 06:44:49 +0200 Subject: [PATCH] gff --- 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 4f1c4a1dac..e867059e0c 100755 --- a/files/routes/discord.py +++ b/files/routes/discord.py @@ -117,7 +117,7 @@ def discord_redirect(v): if x.status_code in [201, 204]: if v.id in [1,7]: - add_role(v, "shrigma") + add_role(v, "owner") time.sleep(0.1) if v.admin_level > 0: add_role(v, "admin")