Module slashy::framework[][src]

Expand description

Everything related to the framework metadata and handlers.

Structs

CommandContext

The context sent to a command’s function Holds arguments, source and Serenity context

Framework

The command framework, holds all commands and settings

Enums

CommandSource

Stores the source the command was called from

Traits

CommandInit

A trait impl-ed automatically by the command macro to init commands with the framework