1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-01-06 19:37:54 -05:00

rem todos that are done

This commit is contained in:
Ean Milligan (Bastion)
2023-04-26 07:32:28 -04:00
parent 646d5f962a
commit e1b8ac48da

View File

@ -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}`,
},
);
}