Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Prosta4okua committed Dec 24, 2023
1 parent 5937423 commit 26fe854
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/corebot/Messages.java
Original file line number Diff line number Diff line change
Expand Up @@ -627,6 +627,10 @@ void register() {
} catch (Exception ignored) {

}

moderationChannel.sendMessage("Порушені правила: " + violatedRules).queue();
} else {
moderationChannel.sendMessage("Порушених правил немає").queue();
}
long userIdFromMention = Long.parseLong(author);
User user = jda.retrieveUserById(userIdFromMention).complete();
Expand Down

0 comments on commit 26fe854

Please sign in to comment.