Add variable bot privacy policy link + change config.env.example style

This commit is contained in:
Luquinhas 2025-04-15 01:06:50 -03:00
parent 958a61ae11
commit 924ca1aae4
No known key found for this signature in database
GPG key ID: D9B075FC6DC93985
4 changed files with 15 additions and 7 deletions

View file

@ -1,5 +1,12 @@
botSource = "https://github.com/change-this/to-your-repo/"
botToken = "InsertYourBotTokenHere"
botAdmins = 0000000000, 00000000, 00000000
# links for source and privacy
botPrivacy = "https://blog.lucmsilva.com/posts/lynx-privacy-policy"
botSource = "https://github.com/ABOCN/TelegramBot"
# insert token here
botToken = ""
# misc (botAdmins isnt a array here!)
maxRetries = 9999
botAdmins = 00000000, 00000000, 00000000
lastKey = "InsertYourLastFmApiKeyHere"
weatherKey = "InsertYourWeatherDotComApiKeyHere"