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:
@ -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}`,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user