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.
2 parents bab55b8 + 2dc5502 commit 53f1444Copy full SHA for 53f1444
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