Function admin_check

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