From e0361544a8f3c55fcbdb722552b97e07cd955ba9 Mon Sep 17 00:00:00 2001 From: Eren Yeager <78803287+OfficialErenYeager@users.noreply.github.com> Date: Mon, 5 Apr 2021 15:24:24 +0530 Subject: [PATCH] Update __init__.py --- Sibyl_System/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Sibyl_System/__init__.py b/Sibyl_System/__init__.py index 83a5d31d..48ba1578 100644 --- a/Sibyl_System/__init__.py +++ b/Sibyl_System/__init__.py @@ -112,8 +112,7 @@ def system_cmd( args["pattern"] = re.compile(r"[\?\.!/]" + pattern) else: args["pattern"] = re.compile(r"[\?\.!]" + pattern) - if allow_charlie and allow_conquerors: - args["from_users"] = CONQUERORS + elif allow_admirals and allow_charlie: args["from_users"] = ADMIRALS else: