Skip to content

Commit 53f1444

Browse files
committed
Merge branch 'feat/remove-tagged-users' of https://github.com/rishirishhh/discord-slash-commands into feat/remove-tagged-users
2 parents bab55b8 + 2dc5502 commit 53f1444

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/controllers/baseHandler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ export async function baseHandler(
5050
): Promise<JSONResponse> {
5151
const command = lowerCaseMessageCommands(message);
5252

53-
console.log("Message: ", JSON.stringify(message.data));
54-
console.log("Envior:", env);
5553
switch (command) {
5654
case getCommandName(HELLO): {
5755
return helloCommand(message.member.user.id);

0 commit comments

Comments
 (0)