NoneCommand

A command that does nothing and produces no messages.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open suspend override fun execute(callback: (Message) -> Unit)

Executes the command and invokes the callback with the resulting message.