Skip to content

Commit

Permalink
Mention the submit button instead of /verify submit
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjaneb committed Feb 8, 2025
1 parent c5c4c4e commit 92f4964
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export async function handleVerifyBeginBase(
try {
await sendMail(email, token);
await interaction.editReply({
content: `Check the inbox of ${email} for your verification code: <https://webmail.kth.se/>\nSubmit your verification code using the \`/verify submit\` command.\nNote that by submitting the verification code, you accept that Konglig Datasektionen may store your discord ID and name together with your email address. This will be stored in accordance with the chapter's [information processing policy](<https://styrdokument.datasektionen.se/pm_informationshantering>).`,
content: `Check the inbox of ${email} for your verification code: <https://webmail.kth.se/>\nSubmit your verification code by clicking the submit button above.\nNote that by submitting the verification code, you accept that Konglig Datasektionen may store your Discord ID and name together with your email address. This will be stored in accordance with the chapter's [information processing policy](<https://styrdokument.datasektionen.se/pm_informationshantering>).`,
});
} catch (error) {
console.error(error);
Expand Down

0 comments on commit 92f4964

Please sign in to comment.