Method and Description |
---|
net.dv8tion.jda.core.entities.Guild.getPublicChannel()
As the concept of a public channel has been removed from discord this method may return null for newer guild.
The default channel is now different for each user and depends on their permissions, see Member#getDefaultChannel() for more details.
If you want to get the default channel of old guilds you can use guild.getTextChannelById(guild.getIdLong()) .
This will be removed in a future version! |
net.dv8tion.jda.client.managers.EmoteManagerUpdatable.getRolesField()
This setting is only available to whitelisted accounts and may be removed in successive builds.
|
net.dv8tion.jda.client.managers.EmoteManager.setRoles(Set<Role>)
This setting is only available to whitelisted accounts and may be removed in successive builds.
|
Enum Constant and Description |
---|
net.dv8tion.jda.core.entities.Game.GameType.TWITCH
This might be removed when discord introduces more activity types. Use
Game.GameType.STREAMING instead. |