retrieveEntitlementByIdOrNull

Deprecated

Moved to the BotCommands-jda-ktx module You can find & replace: Find: io.github.freya022.botcommands.api.core.utils.retrieveEntitlementByIdOrNull Replace: dev.freya02.botcommands.jda.ktx.retrieve.retrieveEntitlementByIdOrNull

Retrieves an Entitlement from the provided ID, see JDA.retrieveEntitlementById for more details.

Throws the same exceptions as JDA.retrieveEntitlementById, minus ErrorResponse.UNKNOWN_ENTITLEMENT.

See also