Crate ataraxy

Crate ataraxy 

Source
Expand description

A Discord slash command framework for Serenity

§Usage

Re-exports§

pub use framework::Command;
pub use framework::CommandGroup;
pub use framework::Context;
pub use framework::Framework;
pub use framework::SubCommands;

Modules§

framework

Attribute Macros§

command
Procedural macro used to transform functions into commands produces functions which can be passed to Framework::command