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 ab392eb commit 4e6f412Copy full SHA for 4e6f412
src/controllers/baseHandler.ts
@@ -18,7 +18,6 @@ export async function baseHandler(
18
return helloCommand(message.member.user.id);
19
}
20
case getCommandName(VERIFY): {
21
- console.log("inside verify command case");
22
return await verifyCommand(
23
message.member.user.id,
24
message.member.user.avatar,
0 commit comments