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

Commit

Permalink
Merge pull request #15 from TurnipTales/renovate/net.dv8tion-jda-5.x
Browse files Browse the repository at this point in the history
Update dependency net.dv8tion:JDA to v5.0.0
  • Loading branch information
rettichlp authored Jul 14, 2024
2 parents edd9ee7 + 848636b commit 55c513f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.24</version>
<version>5.0.0</version>
</dependency>

<!-- https://javalibs.com/artifact/org.apache.commons/commons-lang3 -->
Expand Down
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 55c513f

Please sign in to comment.