Type Alias CheckFunction

Source
pub type CheckFunction = for<'fut> fn(&'fut Context, &'fut Message, &'fut mut Args, &'fut CommandOptions) -> BoxFuture<'fut, Result<(), Reason>>;
👎Deprecated: The standard framework is deprecated, and will be removed in 0.13. Please migrate to poise for command handling
Available on crate features framework and standard_framework only.