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