We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b630d9a commit 3f890d6Copy full SHA for 3f890d6
1 file changed
src/Transport.hs
@@ -49,9 +49,6 @@ data Sender = Sender
49
, senderRoles :: [Role]
50
}
51
52
-senderSubscriber :: Sender -> Bool
53
-senderSubscriber = elem TwitchSub . senderRoles
54
-
55
authorityRoles :: [Role]
56
authorityRoles =
57
[TwitchMod, TwitchBroadcaster, TwitchBotOwner, DiscordGuildOwner]
0 commit comments