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 b3a4184 commit 134776cCopy full SHA for 134776c
tooling/sparta/packages/discord/src/slashCommands/humans/verify.ts
@@ -44,6 +44,11 @@ export async function handleVerifyCommand(
44
const apiProvider = discord.getApiProvider();
45
const client = apiProvider.getClient();
46
47
+ logger.debug(
48
+ { userId, interactionToken, verificationId },
49
+ "Verify command"
50
+ );
51
+
52
try {
53
// Check if the user already exists
54
const userResponse = await client.getUserByDiscordId({
0 commit comments