Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Config:
API_ID = "" # 🤖 Same As APP_ID. Get It From My.telegram.org.
API_HASH = "" # 🤖 Get It From My.telegram.org.
BOT_TOKEN = "" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.
API_ID = "21242860" # 🤖 Same As APP_ID. Get It From My.telegram.org.
API_HASH = "b1deaa84daa9d9f2b65725c21735e6c1" # 🤖 Get It From My.telegram.org.
BOT_TOKEN = "6160772046:AAG7vY4SYZcD-wKDTggsgc7VvU5TKkE3B1Y" # 🤖 Get It From @BotFather (Telegram) By Sending /newbot Command.