Skip to content

Commit

Permalink
Bump JDA
Browse files Browse the repository at this point in the history
  • Loading branch information
casko1 committed Dec 16, 2024
1 parent 324986d commit 44d9930
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ repositories {
}

dependencies {
implementation 'com.github.DV8FromTheWorld:JDA:5.0.0-beta.21'
implementation 'net.dv8tion:JDA:5.2.1'
implementation 'pw.chew:jda-chewtils:2.0-SNAPSHOT'
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.0'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.14.0'
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/com/casko1/wheelbarrow/bot/Wheelbarrow.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@ public static void main(String[] args) throws IOException, IllegalArgumentExcept
GatewayIntent.GUILD_MESSAGES,
GatewayIntent.GUILD_VOICE_STATES,
GatewayIntent.GUILD_MESSAGE_REACTIONS,
GatewayIntent.MESSAGE_CONTENT,
GatewayIntent.GUILD_EMOJIS_AND_STICKERS
GatewayIntent.MESSAGE_CONTENT
)
.disableCache(EnumSet.of(
CacheFlag.CLIENT_STATUS,
Expand Down

0 comments on commit 44d9930

Please sign in to comment.