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 handlingAvailable on crate features
framework
and standard_framework
only.