Class RequireCertifiedModeratorAttribute
- Namespace
- DisCatSharp.CommandsNext.Attributes
- Assembly
- DisCatSharp.CommandsNext.dll
Defines that usage of this command is restricted to discord certified moderators.
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, Inherited = false)]
public sealed class RequireCertifiedModeratorAttribute : CheckBaseAttribute
- Inheritance
-
RequireCertifiedModeratorAttribute
- Inherited Members
Methods
- ExecuteCheckAsync(CommandContext, bool)
Executes the a check.