Trait serenity::framework::Framework [] [src]

pub trait Framework {
    fn dispatch(&mut self, _: Context, _: Message);
}

This trait allows for serenity to either use its builtin framework, or yours.

Required Methods

Implementors