Table of Contents

Method VerifyAsync

Namespace
DisCatSharp.Entities
Assembly
DisCatSharp.dll

VerifyAsync(string?, CancellationToken)

Manually verifies the member to bypass the Membership Screening requirements.

public Task VerifyAsync(string? reason = null, CancellationToken cancellationToken = default)

Parameters

reason string

Reason for audit logs.

cancellationToken CancellationToken

A token to cancel the request.

Returns

Task