Crate slashy

Source
Expand description

A command framework for Serenity that allows commands to be registered both as a traditional text command and a discord slash command

Re-exports§

pub use serenity;

Modules§

argument
Everything related to parsing and representing arguments.
commands
Everything related to commands.
framework
Everything related to the framework metadata and handlers.
permissions
Default permission checks and PermissionCheck type
settings
The settings for the framework.

Macros§

command
Macro to create commands.

Attribute Macros§

permissions_check
Denotes a function that is used to check permissions before running a command.
subcommand
Denotes a function that is used in a command.