Wolfringo Wolfringo
Wolfringo Wolfringo
Wolfringo (c) 2020 TehGM
DocFX, DiscordFX theme.
Search Results for

    Class RequireUserEntertainerAttribute

    Command requirement that checks if the user has an Entertainer tag.

    Inheritance
    System.Object
    System.Attribute
    CommandRequirementAttribute
    RequireUserPrivilegeAttribute
    RequireUserEntertainerAttribute
    Implements
    ICommandRequirement
    Inherited Members
    RequireUserPrivilegeAttribute.Privileges
    RequireUserPrivilegeAttribute.CheckAsync(ICommandContext, IServiceProvider, CancellationToken)
    RequireUserPrivilegeAttribute.CheckPrivilegeAsync(ICommandContext, UInt32, WolfPrivilege, CancellationToken)
    CommandRequirementAttribute.ErrorMessage
    CommandRequirementAttribute.AbortOnFail
    CommandRequirementAttribute.SendMessageWhenSkipping
    CommandRequirementAttribute.SuccessResult
    CommandRequirementAttribute.FailureResult
    CommandRequirementAttribute.ResultFromBoolean(Boolean)
    Namespace: TehGM.Wolfringo.Commands
    Assembly: Wolfringo.Commands.dll
    Syntax
    public class RequireUserEntertainerAttribute : RequireUserPrivilegeAttribute, ICommandRequirement
    Remarks

    Default ErrorMessage for this requirement is "(n) You need to be an Entertainer to execute this command.".

    Constructors

    | Improve this Doc View Source

    RequireUserEntertainerAttribute()

    Declaration
    public RequireUserEntertainerAttribute()

    Implements

    ICommandRequirement