From e1b8ac48da7731628b82e5a26501cc0fbe2a8903 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Wed, 26 Apr 2023 07:32:28 -0400 Subject: [PATCH] rem todos that are done --- src/buttons/live-event/editEvent.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/buttons/live-event/editEvent.ts b/src/buttons/live-event/editEvent.ts index 4f328c6..59c0817 100644 --- a/src/buttons/live-event/editEvent.ts +++ b/src/buttons/live-event/editEvent.ts @@ -61,13 +61,13 @@ const execute = async (bot: Bot, interaction: Interaction) => { type: MessageComponentTypes.Button, label: 'Make Event Public', style: ButtonStyles.Primary, - customId: `${toggleWLStatusCustomId}${baseEditIdxPath}`, // TODO: add customId + customId: `${toggleWLStatusCustomId}${baseEditIdxPath}`, } : { type: MessageComponentTypes.Button, label: 'Make Event Whitelisted', style: ButtonStyles.Primary, - customId: `${toggleWLStatusCustomId}${baseEditIdxPath}${pathIdxEnder}`, // TODO: add customId + customId: `${toggleWLStatusCustomId}${baseEditIdxPath}${pathIdxEnder}`, }, ); }