From 1a200507397ccc06881f4b9edc56166ad7f1e0eb Mon Sep 17 00:00:00 2001 From: Chaitanya Date: Mon, 4 Mar 2024 16:25:32 +0530 Subject: [PATCH] Update src/providers/discord.ts Co-authored-by: Wan <495709+wa0x6e@users.noreply.github.com> --- src/providers/discord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/discord.ts b/src/providers/discord.ts index 748f495..b80b2f1 100644 --- a/src/providers/discord.ts +++ b/src/providers/discord.ts @@ -262,7 +262,7 @@ async function snapshotSelectEventsCommandHandler(interaction) { } await i .update({ - content: `Success! You will notified for events ${selection + content: `Success! You will be notified for events ${selection .map(a => `\`${a}\``) .join(', ')}`, components: [],