Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Discord ¶
type Discord struct { // Name of the channel Name string `json:"name" yaml:"name" hcl:"name,label"` // Token is auth token Token string `json:"token" yaml:"token" hcl:"token"` // ChannelID of a discord channel ChannelID int64 `json:"channelId" yaml:"channelId" hcl:"channelId"` Ignore bool `json:"ignore" yaml:"ignore" hcl:"ignore,optional"` }
Discord channel config
Click to show internal directories.
Click to hide internal directories.