Skip to content

Commit 32608b6

Browse files
change url
1 parent a1bcf41 commit 32608b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/controllers/verifyCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function verifyCommand(
2323
env
2424
);
2525
if (response?.status === 201) {
26-
const message = `${VERIFICATION_SITE_URL}/?token=${token}`;
26+
const message = `${VERIFICATION_SITE_URL}/discord?token=${token}`;
2727
await sendDiscordDm(userId, env, message);
2828
return discordTextResponse("Please check the DM");
2929
} else {

0 commit comments

Comments
 (0)