handle

abstract fun handle(@NotNull args: Array<String>)(source)

'Handles' behavior on command execution.

Parameters

args

Array of strings seperated by whitespace following the initial command name. i.e. /command arg arg arg.