Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { BotToken string `json:"botToken"` InitialAdminID string `json:"initialAdminID"` FeatureRequestChannel string `json:"featureRequestChannel"` BugReportChannel string `json:"bugReportChannel"` MongoConnectionString string `json:"mongoConnectionString"` }
Config represents the bot configuration
Click to show internal directories.
Click to hide internal directories.