Table of Contents

Method DisenrollTwoFactor

Namespace
DisCatSharp.Extensions.TwoFactorCommands
Assembly
DisCatSharp.Extensions.TwoFactorCommands.dll

DisenrollTwoFactor(DiscordClient, ulong)

Removes the two factor registration for the given user id.

public static void DisenrollTwoFactor(this DiscordClient client, ulong user)

Parameters

client DiscordClient

The discord client.

user ulong

The user id to check.