aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-07-05 19:58:04 -0400
committerGravatar ToxicKidz <[email protected]>2021-07-05 19:58:04 -0400
commit37f8637955350c6c5b437d66807f42d8f26adfcd (patch)
tree2678bfdf03f4761ced807c3332d74eb7cd20bed4
parentchore: Update tests for the new codejam create command (diff)
chore: Remove the moderators role from the team channels' overwrites
-rw-r--r--bot/exts/utils/jams.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/utils/jams.py b/bot/exts/utils/jams.py
index 0fc84c2eb..b2f7dab04 100644
--- a/bot/exts/utils/jams.py
+++ b/bot/exts/utils/jams.py
@@ -113,7 +113,6 @@ class CodeJams(commands.Cog):
"""Get code jam team channels permission overwrites."""
team_channel_overwrites = {
guild.default_role: discord.PermissionOverwrite(read_messages=False),
- guild.get_role(Roles.moderators): discord.PermissionOverwrite(read_messages=True),
guild.get_role(Roles.code_jam_event_team): discord.PermissionOverwrite(read_messages=True)
}