runIgnoringResponse
inline fun runIgnoringResponse(ignored: ErrorResponse, vararg ignoredResponses: ErrorResponse, block: () -> Unit)(source)
Deprecated
Moved to the BotCommands-jda-ktx module You can find & replace: Find: io.github.freya022.botcommands.api.core.utils.runIgnoringResponse Replace: dev.freya02.botcommands.jda.ktx.requests.runIgnoringResponse
Runs the specified function block and dismisses error responses that corresponds to an ignored response.
Any other exception is still thrown.