awaitNull

suspend fun <R> RestAction<*>.awaitNull(): R?(source)

Deprecated

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

Awaits the completion of this RestAction and returns null.