Skip to content

Commit

Permalink
Update Locutus.java
Browse files Browse the repository at this point in the history
  • Loading branch information
xdnw committed Jun 26, 2024
1 parent a0e2452 commit c0f4202
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/link/locutus/discord/Locutus.java
Original file line number Diff line number Diff line change
Expand Up @@ -1140,7 +1140,6 @@ public void onModalInteraction(@NotNull ModalInteractionEvent event) {
public void onButtonInteraction(@NotNull ButtonInteractionEvent event) {
try {
Message message = event.getMessage();
// Only process locutus buttons

Button button = event.getButton();
System.out.println("Button press " + button.getId() + " | " + button.getLabel());
Expand Down

0 comments on commit c0f4202

Please sign in to comment.