Skip to content

Commit d9597d7

Browse files
committed
Remove mods from authority roles
1 parent 3f890d6 commit d9597d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transport.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ data Sender = Sender
5151

5252
authorityRoles :: [Role]
5353
authorityRoles =
54-
[TwitchMod, TwitchBroadcaster, TwitchBotOwner, DiscordGuildOwner]
54+
[TwitchBroadcaster, TwitchBotOwner, DiscordGuildOwner]
5555

5656
paidRoles :: [Role]
5757
paidRoles = [tsodingTwitchedDiscordRole, TwitchSub]

0 commit comments

Comments
 (0)