rem todos that are done
This commit is contained in:
parent
646d5f962a
commit
e1b8ac48da
|
@ -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}`,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue