AZLABS commited on
Commit
01f8ecd
·
verified ·
1 Parent(s): 0b0d40b

Update FileStream/config.py

Browse files
Files changed (1) hide show
  1. FileStream/config.py +1 -1
FileStream/config.py CHANGED
@@ -6,7 +6,7 @@ load_dotenv()
6
  class Telegram:
7
  API_ID = int('20295350')
8
  API_HASH = str('805a0a86f3b382d904617d0a2fd4fb6f')
9
- BOT_TOKEN = str('6951577014:AAGPEWqTj42ndRcmDDibDqfvBymcrJkg7Ss')
10
  OWNER_ID = int('1220356966')
11
  WORKERS = int(env.get("WORKERS", "6")) # 6 workers = 6 commands at once
12
  DATABASE_URL = str('mongodb+srv://npanchayan:[email protected]/?retryWrites=true&w=majority')
 
6
  class Telegram:
7
  API_ID = int('20295350')
8
  API_HASH = str('805a0a86f3b382d904617d0a2fd4fb6f')
9
+ BOT_TOKEN = str('6332817724:AAH593CpEKFhX9fHfC_Q-i2D9fpWWjE_XeE')
10
  OWNER_ID = int('1220356966')
11
  WORKERS = int(env.get("WORKERS", "6")) # 6 workers = 6 commands at once
12
  DATABASE_URL = str('mongodb+srv://npanchayan:[email protected]/?retryWrites=true&w=majority')