Skip to content

BuiltinCommands

Category: Commands

Source: builtin_commands.dart

Classes

BuiltinCommands

Registration point for the built-in slash commands.

Every command is class-based and depends only on [SlashCommandContext]. Adding a command means writing a new class and one line here.

Methods

static SlashCommandRegistry create(SlashCommandContext ctx)

Released under the MIT License.