From 69e9ba6a6ebfe48b8e2cb88e2a43fa0ab929ae78 Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Mon, 20 May 2024 18:36:37 -0400 Subject: [PATCH] Add notice to final stage of event creation to make sure people don't forget to finalize the event. --- src/buttons/event-creation/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/buttons/event-creation/utils.ts b/src/buttons/event-creation/utils.ts index d8587ba..139f177 100644 --- a/src/buttons/event-creation/utils.ts +++ b/src/buttons/event-creation/utils.ts @@ -138,7 +138,7 @@ export const createLFGPost = ( data: { flags: ApplicationCommandFlags.Ephemeral, content: eventInFuture - ? `Please verify the information below, then click on the \`${createEventBtnName}\` or \`${createWhitelistedBtnName}\` button, or change the event \`Date/Time\` or \`Description\` with the \`${editEventDetailsBtnName}\` button below. \n\n${ + ? `🛑🛑🛑 HEY! ONE MORE THING! 🛑🛑🛑\n\nPlease verify the information below, then click on the \`${createEventBtnName}\` or \`${createWhitelistedBtnName}\` button, or change the event \`Date/Time\` or \`Description\` with the \`${editEventDetailsBtnName}\` button below. \n\n${ selfDestructMessage(new Date().getTime()) }` : `You cannot create an event ${dateTimePastFutureStr}. Please change the event's \`Date/Time\` to be ${dateTimeValidStr} with the \`${editEventDetailsBtnName}\` button below.`,