class

Enkaidu::Slash::MacroCommand

Inherits Enkaidu::Slash::Command < Reference < Object

Constants

HELP = "#{HELP_BRIEF}\n- `ls`\n - List all available macros.\n - Macros can be executed by using the `!` sigil before the name of the macro. E.g. `!test`"
HELP_BRIEF = "`#{NAME} [<sub-command>]` - Manage macros"
NAME = "/macro"

Instance methods

brief

One line help, in Markdown

Source
handle(session_manager : SessionManager, cmd : CommandParser)
Source
help

Detailed help, in Markdown

Source
name
Source