From 0a6fc96246999dffd6a86e407d13c997e1557fe0 Mon Sep 17 00:00:00 2001 From: Ave Ozkal Date: Sun, 23 Dec 2018 22:12:30 +0300 Subject: [PATCH] str -> int --- config.py.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py.template b/config.py.template index 6798851..b8f2a6b 100644 --- a/config.py.template +++ b/config.py.template @@ -34,5 +34,5 @@ participant_role = 526378358129557506 # participant role in NotSwitched community_role = 526378381839695872 # community role in NotSwitched hacker_role = 526471781184176139 # hacker role in NotSwitched -community_channels = ["526378423468425236"] # Channels requiring community role -general_channels = ["526372255052201995"] # Channels everyone can access +community_channels = [526378423468425236] # Channels requiring community role +general_channels = [526372255052201995] # Channels everyone can access