From 94705658a1e332fbe773c2892ad418859e725c5a Mon Sep 17 00:00:00 2001 From: Akulij Date: Tue, 25 Mar 2025 11:30:06 +0800 Subject: [PATCH] add comment info about how to use admin password --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 260d6bb..b3ea3fc 100644 --- a/config/config.go +++ b/config/config.go @@ -9,7 +9,7 @@ import ( type Config struct { BotToken string `env:"BOTTOKEN, required"` - AdminPass string `env:"ADMINPASSWORD, required"` + AdminPass string `env:"ADMINPASSWORD, required"` // to activate admin privileges in bot type command: /secret `AdminPass` } func GetConfig() Config {