add proxy for tg and fix auth
This commit is contained in:
@@ -8,6 +8,8 @@ class Settings(BaseSettings):
|
||||
|
||||
# Bot
|
||||
BOT_TOKEN: str = ""
|
||||
TELEGRAM_PROXY: str = "" # socks5://user:pass@host:port
|
||||
ADMIN_PASSWORD: str = ""
|
||||
|
||||
# Telethon/MTProto settings
|
||||
API_ID: int = 12345
|
||||
|
||||
Reference in New Issue
Block a user