Skip to content

Help

Category: Commands

Source: help.dart

Classes

HelpCommand

/help — open the help panel listing every registered command.

Constructor

dart
HelpCommand(this.ctx)

Properties

PropertyTypeDescription
ctxSlashCommandContext
nameString get
descriptionString get
nameString get
descriptionString get

Methods

String execute(List<String> args)

Released under the MIT License.