remove done todo

This commit is contained in:
Ean Milligan (Bastion) 2023-04-29 04:30:41 -04:00
parent afeb6beda0
commit bcdc3ccde2
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ const execute = async (bot: Bot, interaction: Interaction) => {
embeds: [interaction.message.embeds[0]], embeds: [interaction.message.embeds[0]],
components: [{ components: [{
type: MessageComponentTypes.ActionRow, type: MessageComponentTypes.ActionRow,
components: generateLFGButtons(interaction.data.customId.includes(idSeparator)), // TODO: verify we can DM the user if they set this to WL mode components: generateLFGButtons(interaction.data.customId.includes(idSeparator)),
}], }],
}).catch((e: Error) => utils.commonLoggers.messageSendError('step3-createEvent.ts', 'createEvent', e)); }).catch((e: Error) => utils.commonLoggers.messageSendError('step3-createEvent.ts', 'createEvent', e));
if (!eventMessage) { if (!eventMessage) {