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 8bf739b commit 2dc5502Copy full SHA for 2dc5502
src/controllers/baseHandler.ts
@@ -50,8 +50,6 @@ export async function baseHandler(
50
): Promise<JSONResponse> {
51
const command = lowerCaseMessageCommands(message);
52
53
- console.log("Message: ", JSON.stringify(message.data));
54
- console.log("Envior:", env);
55
switch (command) {
56
case getCommandName(HELLO): {
57
return helloCommand(message.member.user.id);
0 commit comments