Class RequireMemberVerificationGateAttribute
- Namespace
- DisCatSharp.CommandsNext.Attributes
- Assembly
- DisCatSharp.CommandsNext.dll
Defines that a command is only usable within a guild which has enabled the member verification gate.
public sealed class RequireMemberVerificationGateAttribute : CheckBaseAttribute
- Inheritance
-
RequireMemberVerificationGateAttribute
- Inherited Members
Constructors
- RequireMemberVerificationGateAttribute()
Defines that this command is only usable within guild which has enabled the member verification gate.
Methods
- ExecuteCheckAsync(CommandContext, bool)
Executes the a check.