Skip to content

Commit

Permalink
Create /top-helper-ai slash command
Browse files Browse the repository at this point in the history
  • Loading branch information
surajkumar committed Sep 14, 2024
1 parent 404f9f4 commit c3abf1c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ private void sendCommandResponse(SlashCommandInteractionEvent event,
}
return null;
} catch (NumberFormatException e) {
System.err.println(e.getMessage());
logger.debug("Invalid user ID encountered: {}", userId);
return null;
}
Expand Down

0 comments on commit c3abf1c

Please sign in to comment.