Command
annotation class Command(val name: String, val aliases: Array<String> = [], val description: String = "")(source)
Marks a class as a LunaticChat command.
Parameters
name
The primary command name (without leading slash)
aliases
List of alternative command names
description
Human-readable description for help text