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: [],