retrieveStickerOrNull

Deprecated

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

Retrieves a sticker from the provided ID, see JDA.retrieveSticker for more details.

Throws the same exceptions as JDA.retrieveSticker, minus ErrorResponse.UNKNOWN_STICKER.

See also