4 lines
78 B
Python
4 lines
78 B
Python
import os
|
|
BOT_TOKEN = os.getenv("BOT_TOKEN")
|
|
WHITELIST_CHAT_IDS = [211595028]
|