8 lines
348 B
Plaintext
8 lines
348 B
Plaintext
|
|
# Telegram Config
|
|
TG_BOT_TOKEN='' #Your Telegram Bot API Token, Contact @BotFather on Telegram to obtain token
|
|
TG_CHATID='' #Your Telegram chat ID, This could be your user, group, supergroup or channel ID, add "-100" first if supergroup or channel
|
|
|
|
# DO NOT EDIT THESE UNLESS YOU KNOW WHAT YOURE DOING
|
|
TG_BOTAPI='https://api.telegram.org/bot'
|