We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee417f9 commit 649d9e2Copy full SHA for 649d9e2
src/Modix.Bot/Responders/StarboardReactionResponder.cs
@@ -23,7 +23,7 @@ public Task Handle(ReactionRemovedNotificationV3 notification, CancellationToken
23
24
private async ValueTask<bool> IsChannelIgnoredFromStarboard(IGuildChannel channel)
25
{
26
- if (channel.ChannelType == ChannelType.PrivateThread)
+ if (channel.ChannelType is ChannelType.PrivateThread)
27
28
return true;
29
}
0 commit comments