Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Api openapi.OpenAPI
View Source
var Ctx context.Context
Functions ¶
This section is empty.
Types ¶
type ChannelConfig ¶
type JsonConfig ¶
type JsonConfig struct { BotId string `json:"bot_id"` BotApiToken string `json:"bot_api_token"` GuildId string `json:"guild_id"` IsSandbox bool `json:"is_sandbox"` Addr string `json:"addr"` Channels []ChannelConfig `json:"channels"` }
var BotConfig JsonConfig
Click to show internal directories.
Click to hide internal directories.