Class DiscordConfig
Represents the configuration settings for the Discord interface.
Inherited Members
Namespace: VulcanAI.Connectors
Assembly: VulcanAI.dll
Syntax
public class DiscordConfig
Properties
| Edit this page View SourceChannelId
Gets or sets the ID of the Discord channel to monitor.
Declaration
public ulong ChannelId { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Token
Gets or sets the Discord bot token.
Declaration
public string Token { get; set; }
Property Value
Type | Description |
---|---|
string |