Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default = Bot{}
Default contains default env arguments.
Functions ¶
This section is empty.
Types ¶
type Bot ¶
type Bot struct { cli.Common Admins []string `env:"BOT2_BOT_ADMINS"` Token string `env:"BOT2_BOT_TOKEN"` LoggingWebhookURL string `env:"BOT2_BOT_LOGGING_WEBHOOK_URL"` FeedbackWebhookURL string `env:"BOT2_BOT_FEEDBACK_WEBHOOK_URL"` TopsterAddr string `env:"BOT2_BOT_TOPSTER_ADDR"` SiteAddr string `env:"BOT2_BOT_SITE_ADDR"` SteamAPIKey string `env:"BOT2_BOT_STEAM_API_KEY"` }
Bot contains bot-specified args.
Click to show internal directories.
Click to hide internal directories.