rf: js -> ts
This commit is contained in:
parent
33c9120361
commit
efadb51905
32 changed files with 333 additions and 246 deletions
12
.env.example
Normal file
12
.env.example
Normal file
|
@ -0,0 +1,12 @@
|
|||
# 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