From 5a2d2053d2c251b5c6a60471410b20c1ef37d5f7 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Sun, 23 Dec 2018 16:50:06 +0300 Subject: [PATCH] Tiiny syntax improvement this was really bugging me --- config.py.template | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config.py.template b/config.py.template index 46cab3a..456cfee 100644 --- a/config.py.template +++ b/config.py.template @@ -14,5 +14,4 @@ bot_manager_role_id = 526372554081042462 # Bot management role in NotSwitched staff_role_ids = [526384077679624192, # Team role in NotSwitched 526372582455508992, # Mod role in NotSwitched 526372554081042462, # Bot management role in NotSwitched - 526383985430102016, # Wizard role in NotSwitched - ] # syntaxing is hard~ + 526383985430102016] # Wizard role in NotSwitched