Skip to content

Commit

Permalink
#patch fixed inability to remove war highlight subscriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaribsin committed Oct 17, 2024
1 parent 0c721d2 commit 1e12af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buttons/subscribe.ts
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ async function highlightsRemove(interaction: ButtonInteraction) {

const row = new ActionRowBuilder<ChannelSelectMenuBuilder>().addComponents(
new ChannelSelectMenuBuilder()
.setCustomId('subscribe-updates_remove')
.setCustomId('subscribe-highlights_remove')
.addChannelTypes(
ChannelType.GuildText,
ChannelType.PublicThread,
Expand Down

0 comments on commit 1e12af4

Please sign in to comment.