pepster/config.go

8 lines
148 B
Go
Raw Permalink Normal View History

2021-07-19 22:06:54 +00:00
package main
type Config struct {
Debug bool `toml:"debug,omitempty"`
AppID string `toml:"app_id"`
BotToken string `toml:"bot_token"`
}