mirror of
https://github.com/abocn/TelegramBot.git
synced 2025-05-09 20:14:59 +00:00
* docs: linting, require bun for ts * rf: js -> ts * chore: bump * docs: add ts badge * chore: bump types * fix: add types for context to animal commands * [m] hf: add bot type * fix/types: add bot, ctx types, fix emoji on /dice cmd, add todo * fix/types: bot admin checking fixes, other misc fixes, add types --------- Co-authored-by: Lucas Gabriel <lucmsilva651@gmail.com>
12 lines
370 B
Plaintext
12 lines
370 B
Plaintext
# 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" |