Table of Contents

Class RequirePermissionsAttribute

Namespace
DisCatSharp.CommandsNext.Attributes
Assembly
DisCatSharp.CommandsNext.dll

Defines that usage of this command is restricted to members with specified permissions. This check also verifies that the bot has the same permissions.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, Inherited = false)]
public sealed class RequirePermissionsAttribute : CheckBaseAttribute
Inheritance
RequirePermissionsAttribute
Inherited Members

Constructors

RequirePermissionsAttribute(Permissions, bool)

Defines that usage of this command is restricted to members with specified permissions. This check also verifies that the bot has the same permissions.

Properties

IgnoreDms

Gets or sets this check's behaviour in DMs. True means the check will always pass in DMs, whereas false means that it will always fail.

Permissions

Gets the permissions required by this attribute.

Methods

ExecuteCheckAsync(CommandContext, bool)

Executes the a check.