Namespace TehGM.Wolfringo.Commands.Attributes
Classes
ArgumentErrorAttribute
Base attribute for all argument error attributes.
CommandAttributeBase
Marks a method as a Command for Commands System.
CommandRequirementAttribute
Represents any special validation that message needs to pass for command to be executed.
RequireBotGroupPrivilegeAttribute
Command requirement that checks if the bot has correct group permissions.
RequireBotUserPrivilegeAttribute
Command requirement that checks if the bot has correct privileges.
RequireGroupPrivilegeAttribute
Command requirement that checks if the user has correct group permissions.
RequireUserPrivilegeAttribute
Command requirement that checks if the user has correct privileges.