Show / Hide Table of Contents

Class DiscordConfig

Represents the configuration settings for the Discord interface.

Inheritance
object
DiscordConfig
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VulcanAI.Connectors
Assembly: VulcanAI.dll
Syntax
public class DiscordConfig

Properties

| Edit this page View Source

ChannelId

Gets or sets the ID of the Discord channel to monitor.

Declaration
public ulong ChannelId { get; set; }
Property Value
Type Description
ulong
| Edit this page View Source

Token

Gets or sets the Discord bot token.

Declaration
public string Token { get; set; }
Property Value
Type Description
string
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX