Table of Contents

Class RequireNsfwAttribute

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

Defines that usage of this command is restricted to NSFW channels.

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

Methods

ExecuteCheckAsync(CommandContext, bool)

Executes the a check.