Files
Easy_telegram_bot/telegram bot/config.py
Dima YaFlay 1977814eb2 Telegram bot
2021-11-03 00:52:37 +03:00

7 lines
152 B
Python

# group ids or account ids can be retrieved with @username_to_id_bot
'''
BOT_TOKEN='<bot_token>'
BOT_OWNER=<owner_id>
CHANNEL_ID=<channel_id>
'''