Method RequestTwoFactorAsync
- Assembly
- DisCatSharp.Extensions.TwoFactorCommands.dll
RequestTwoFactorAsync(CommandContext)
Asks the user via private for the two factor code.
This uses DisCatSharp.Interactivity.
To be used for commands next.
caution
Not implemented yet. Returns NotImplemented.
[Experimental("No support for this yet. Not implemented")]
public static Task<TwoFactorResponse> RequestTwoFactorAsync(CommandContext ctx)
Parameters
ctxCommandContextThe command context.