Skip to content

Commit

Permalink
bump to JDA beta.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaktushose committed Oct 31, 2023
1 parent ca7a836 commit ea1419d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>net.dv8tion</groupId>
<artifactId>JDA</artifactId>
<version>5.0.0-beta.15</version>
<version>5.0.0-beta.17</version>
<exclusions>
<exclusion>
<groupId>club.minnced</groupId>
Expand Down
5 changes: 5 additions & 0 deletions src/test/java/adapting/mock/SlashCommandInteractionMock.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ public MessageChannelUnion getChannel() {
return null;
}

@Override
public long getChannelIdLong() {
return 0;
}

@Override
public DiscordLocale getUserLocale() {
return null;
Expand Down

0 comments on commit ea1419d

Please sign in to comment.