DiscordSRV

DiscordSRV

86.8k Downloads

IllegalArgumentException: Cannot use CacheFlag.ACTIVITY without GatewayIntent.GUILD_PRESENCES!

mibby opened this issue ยท 3 comments

commented

DiscordSRV-Build-1.19.0-SNAPSHOT-1585655817

[05:06:49] [DiscordSRV - Initialization/INFO]: [DiscordSRV] This build of DiscordSRV is identical to develop. [latest public dev build]
[05:06:49] [DiscordSRV - Initialization/ERROR]: [DiscordSRV] An unknown error occurred building JDA...
[05:06:49] [DiscordSRV - Initialization/WARN]: java.lang.IllegalArgumentException: Cannot use CacheFlag.ACTIVITY without GatewayIntent.GUILD_PRESENCES!
[05:06:49] [DiscordSRV - Initialization/WARN]: 	at github.scarsz.discordsrv.dependencies.jda.api.JDABuilder.checkIntents(JDABuilder.java:1767)
[05:06:49] [DiscordSRV - Initialization/WARN]: 	at github.scarsz.discordsrv.dependencies.jda.api.JDABuilder.build(JDABuilder.java:1694)
[05:06:49] [DiscordSRV - Initialization/WARN]: 	at github.scarsz.discordsrv.DiscordSRV.init(DiscordSRV.java:514)
[05:06:49] [DiscordSRV - Initialization/WARN]: 	at java.base/java.lang.Thread.run(Thread.java:832)
commented

update your dev build

commented

@Vankka To what? I downloaded the SNAPSHOT from https://snapshot.discordsrv.com/ an hour before posting this ticket. The message above literally says This build of DiscordSRV is identical to develop....

There has been no new dev branch commits for over 20 hours.

commented

fixed, jda's cache flags are just annoying as shit, apparently