Documentation
¶
Overview ¶
Handling the settings for the bot.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct { AllowedUsers string `yaml:"allowed_users" bson:"allowed_users"` BotToken string `yaml:"bot_token" bson:"bot_token"` StartMessage string `yaml:"start_message" bson:"start_text"` StopMessage string `yaml:"start_message" bson:"stop_text"` HelpText string `yaml:"start_message" bson:"help_text"` }
Settings for the Bot
Click to show internal directories.
Click to hide internal directories.