diff --git a/config.py.template b/config.py.template index b395fa1..6798851 100644 --- a/config.py.template +++ b/config.py.template @@ -31,8 +31,8 @@ staff_role_ids = [526384077679624192, # Team role in NotSwitched log_channel = 526377735908491284 # Log channel in NotSwitched welcome_channel = 526372470752673792 # rules-info channel in NotSwitched participant_role = 526378358129557506 # participant role in NotSwitched -community_role = 526378381839695872 # community role in NotSwitched -hacker_role = 526471781184176139 # hacker role in NotSwitched +community_role = 526378381839695872 # community role in NotSwitched +hacker_role = 526471781184176139 # hacker role in NotSwitched -community_channels = ["526378423468425236"] # All channels only accessable with the community role -general_channels = ["526372255052201995"] # All channels everyone can access \ No newline at end of file +community_channels = ["526378423468425236"] # Channels requiring community role +general_channels = ["526372255052201995"] # Channels everyone can access