delete Delayed
fun RestAction<InteractionHook>.deleteDelayed(delay: Duration?): RestAction<InteractionHook>(source)
Deletes the original message using the hook after the specified delay.
Note: This delays the rest action by the given delay.
Deletes the message after the specified delay.
Note: This delays the rest action by the given delay.