Search Results for

    Show / Hide Table of Contents

    Class ComponentInteractionConfiguration

    This holds all the configurations for the component interactions.

    Inheritance
    Object
    ComponentInteractionConfiguration
    Inherited Members
    System.Object.Equals(System.Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Object.ToString()
    Namespace: Color_Chan.Discord.Commands.Configurations
    Assembly: Color-Chan.Discord.Commands.dll
    Syntax
    public class ComponentInteractionConfiguration

    Properties

    | Improve this Doc View Source

    CustomIdDataSeparator

    The Char used to separate arguments in the CustomId. Default: ;.

    Declaration
    public char CustomIdDataSeparator { get; set; }
    Property Value
    Type Description
    Char
    | Improve this Doc View Source

    EnableAutoGetChannel

    Whether or not Channel should be auto loaded on command requests. Default: false.

    Declaration
    public bool EnableAutoGetChannel { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    EnableAutoGetGuild

    Whether or not Guild should be auto loaded on command requests. Default: false.

    Declaration
    public bool EnableAutoGetGuild { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    SendDefaultErrorMessage

    Whether or not the command handler should send a default error message when a component interaction returned unsuccessfully. Default: false.

    Declaration
    public bool SendDefaultErrorMessage { get; set; }
    Property Value
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX