queueIgnoring
fun RestAction<*>.queueIgnoring(ignored: ErrorResponse, vararg errorResponses: ErrorResponse)(source)
Deprecated
Moved to the BotCommands-jda-ktx module You can find & replace: Find: io.github.freya022.botcommands.api.core.utils.queueIgnoring Replace: dev.freya02.botcommands.jda.ktx.requests.queueIgnoring
Queues this REST action while ignoring the provided error responses.
Any other error will be handled using the default failure consumer.