Class ComponentInteractionConfiguration
This holds all the configurations for the component interactions.
Inherited Members
System.Object.Equals(System.Object)
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Color_Chan.Discord.Commands.Configurations
Assembly: Color-Chan.Discord.Commands.dll
Syntax
public class ComponentInteractionConfiguration
Properties
| Improve this Doc View SourceCustomIdDataSeparator
Declaration
public char CustomIdDataSeparator { get; set; }
Property Value
Type | Description |
---|---|
Char |
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 |
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 |
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 |