Skip to content

Commit

Permalink
New Update
Browse files Browse the repository at this point in the history
1. Fix
  • Loading branch information
megoRU committed Aug 23, 2024
1 parent b2c5943 commit c4a132e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/main/controller/UpdateController.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ private void distributeEventsByType(Object event) {
} else if (event instanceof GuildJoinEvent guildJoinEvent) {
joinEvent(guildJoinEvent);
} else if (event instanceof MessageReactionAddEvent messageReactionAddEvent) {
LOGGER.info(messageReactionAddEvent.getMessageAuthorId());
reactionEvent(messageReactionAddEvent);
} else if (event instanceof GuildLeaveEvent guildLeaveEvent) {
LOGGER.info(guildLeaveEvent.getGuild().getId());
Expand Down

0 comments on commit c4a132e

Please sign in to comment.