Skip to content

Commit 1a97d9d

Browse files
committed
Interactions: fix insider role selection
1 parent 944f1bb commit 1a97d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Events/InteractionEvents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ await LogChannelHelper.LogDeletedMessagesAsync(
250250
new("Windows 11 Beta channel", "insiders-info-w11-beta", isDefault: member.Roles.Contains(insiderBetaRole)),
251251
new("Windows 11 Release Preview channel", "insiders-info-w11-rp", isDefault: member.Roles.Contains(insiderRPRole)),
252252
new("Patch Tuesday", "insiders-info-pt", isDefault: member.Roles.Contains(patchTuesdayRole)),
253-
}, minOptions: 0, maxOptions: 6);
253+
}, minOptions: 0, maxOptions: 5);
254254

255255
var builder = new DiscordFollowupMessageBuilder()
256256
.WithContent($"{cfgjson.Emoji.Insider} Use the menu below to toggle your Insider roles!")

0 commit comments

Comments
 (0)