Add variable bot privacy policy link + change config.env.example style
This commit is contained in:
parent
958a61ae11
commit
924ca1aae4
4 changed files with 15 additions and 7 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue