From 1e12af4fc054865128b966972a7c0122d0db1c09 Mon Sep 17 00:00:00 2001 From: jgaribsin <16392336+jgaribsin@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:35:16 -0600 Subject: [PATCH] #patch fixed inability to remove war highlight subscriptions --- src/buttons/subscribe.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buttons/subscribe.ts b/src/buttons/subscribe.ts index f955559..f43cd38 100644 --- a/src/buttons/subscribe.ts +++ b/src/buttons/subscribe.ts @@ -427,7 +427,7 @@ async function highlightsRemove(interaction: ButtonInteraction) { const row = new ActionRowBuilder().addComponents( new ChannelSelectMenuBuilder() - .setCustomId('subscribe-updates_remove') + .setCustomId('subscribe-highlights_remove') .addChannelTypes( ChannelType.GuildText, ChannelType.PublicThread,