package main type Config struct { Debug bool `toml:"debug,omitempty"` AppID string `toml:"app_id"` BotToken string `toml:"bot_token"` }