-
Interfaces Interface Description net.dv8tion.jda.api.entities.IFakeable
-
Exceptions Exceptions Description net.dv8tion.jda.api.exceptions.GuildUnavailableException This will be removed in favor of a better system which does not keep unavailable guilds in cache in the first place.net.dv8tion.jda.api.exceptions.VerificationLevelException
-
Constructors Constructor Description net.dv8tion.jda.api.JDABuilder() Due to breaking changes to the discord api gateway you are now required to explicitly state which events your bot needs. For this reason we have changed to new factory methods that require setting the gateway intents. Refer toJDABuilder.create(String, Collection)
,JDABuilder.createDefault(String, Collection)
, andJDABuilder.createLight(String, Collection)
instead.net.dv8tion.jda.api.sharding.DefaultShardManagerBuilder() Due to breaking changes to the discord api gateway you are now required to explicitly state which events your bot needs. For this reason we have changed to new factory methods that require setting the gateway intents. UseDefaultShardManagerBuilder.create(Collection)
instead.
-
Enum Constants Enum Constant Description net.dv8tion.jda.api.AccountType.CLIENT This will be removed in a future version