Config fle

This commit is contained in:
Bash 2022-08-02 07:38:15 +00:00
parent 83b3a6d808
commit b142f2b501
1 changed files with 4 additions and 0 deletions

4
config.py Normal file
View File

@ -0,0 +1,4 @@
# Config file
API_ID: int = 0 # This is a placeholder, put the api id here
API_HASH: str = '' # Api hash here
BOT_TOKEN: str = '' # Bot token here