Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Remove deprecated method call
Browse files Browse the repository at this point in the history
  • Loading branch information
rettichlp committed Jul 14, 2024
1 parent 20cafe2 commit 848636b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void onButtonInteraction(ButtonInteractionEvent e) {
.build();

Modal ticketModal = create("ticket_modal", "Neues Ticket")
.addActionRows(ActionRow.of(minecraftNameTextInput), ActionRow.of(logInput))
.addComponents(ActionRow.of(minecraftNameTextInput), ActionRow.of(logInput))
.build();

e.replyModal(ticketModal).queue();
Expand Down

0 comments on commit 848636b

Please sign in to comment.