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.
1 parent 7666e49 commit 886a8f1Copy full SHA for 886a8f1
src/controllers/verifyCommand.ts
@@ -13,6 +13,7 @@ export async function verifyCommand(
13
env: env
14
) {
15
const token = await generateUniqueToken();
16
+
17
const response = await sendUserDiscordData(
18
token,
19
userId,
0 commit comments