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
DiscordClientThe discord client.
user
ulongThe user id to check.