Skip to content

Commit 649d9e2

Browse files
committed
Apply feedback
1 parent ee417f9 commit 649d9e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Modix.Bot/Responders/StarboardReactionResponder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public Task Handle(ReactionRemovedNotificationV3 notification, CancellationToken
2323

2424
private async ValueTask<bool> IsChannelIgnoredFromStarboard(IGuildChannel channel)
2525
{
26-
if (channel.ChannelType == ChannelType.PrivateThread)
26+
if (channel.ChannelType is ChannelType.PrivateThread)
2727
{
2828
return true;
2929
}

0 commit comments

Comments
 (0)