pub fn enabled_check<'fut>(
    ctx: &'fut Context,
    msg: &'fut Message,
    _args: &'fut mut Args,
    opts: &'fut CommandOptions
) -> Pin<Box<dyn Future<Output = Result<(), Reason>> + Send + 'fut>>