Skip to content

Commit

Permalink
Merge branch 'feat/remove-tagged-users' of https://github.com/rishiri…
Browse files Browse the repository at this point in the history
…shhh/discord-slash-commands into feat/remove-tagged-users
  • Loading branch information
rishirishhh committed Apr 14, 2024
2 parents bab55b8 + 2dc5502 commit 53f1444
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controllers/baseHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export async function baseHandler(
): Promise<JSONResponse> {
const command = lowerCaseMessageCommands(message);

console.log("Message: ", JSON.stringify(message.data));
console.log("Envior:", env);
switch (command) {
case getCommandName(HELLO): {
return helloCommand(message.member.user.id);
Expand Down

0 comments on commit 53f1444

Please sign in to comment.