We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ab6214 + d0a5349 commit 857e694Copy full SHA for 857e694
src/controllers/verifyCommand.ts
@@ -23,7 +23,7 @@ export async function verifyCommand(
23
env
24
);
25
if (response?.status === 201) {
26
- const message = `${VERIFICATION_SITE_URL}/?token=${token}`;
+ const message = `${VERIFICATION_SITE_URL}/discord?token=${token}`;
27
await sendDiscordDm(userId, env, message);
28
return discordTextResponse("Please check the DM");
29
} else {
0 commit comments