Skip to content

Session

Category: Commands

Source: session.dart

Classes

SessionCommand

/session — show current session info, or copy the session ID.

Constructor

dart
SessionCommand(this.ctx)

Properties

PropertyTypeDescription
ctxSlashCommandContext
nameString get
descriptionString get
argCompleterSlashArgCompleter? get
nameString get
descriptionString get
argCompleterSlashArgCompleter? get

Methods

String execute(List<String> args)

Released under the MIT License.