1
0
mirror of https://github.com/ManyakRus/starter.git synced 2025-11-26 23:10:42 +02:00

сделал GetOffsetFromGroupID()

This commit is contained in:
Nikitin Aleksandr
2024-11-13 14:42:21 +03:00
parent de7f5e41dc
commit 600acdd98f

View File

@@ -296,7 +296,7 @@ func FillSettings() {
Settings.TELEGRAM_API_KEY = s
Name = "TELEGRAM_CHAT_ID_TEST"
s = Getenv(Name, true)
s = Getenv(Name, false)
Settings.TELEGRAM_CHAT_ID_TEST = s
}