CommandExecutor

class CommandExecutor(commandChar: Char, commands: Commands)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
suspend fun tryExecute(sender: Sender, discordMessage: Message, message: String, coroutineScope: CoroutineScope, sql: Sql): CommandResponse?