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
clientDiscordClientThe discord client.
userulongThe user id to check.