diff --git a/config/config.go b/config/config.go index 39e7c99..72760c5 100644 --- a/config/config.go +++ b/config/config.go @@ -11,6 +11,7 @@ type Config struct { BotToken string `env:"BOTTOKEN, required"` AdminPass string `env:"ADMINPASSWORD, required"` // to activate admin privileges in bot type command: /secret `AdminPass` AdminID *int64 `env:"ADMINID"` // optional admin ID for notifications + SheetID string `env:"SHEETID, required"` // id of google sheet where users will be synced } func GetConfig() Config {