forked from VJBots/VJ-Forward-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
29 lines (24 loc) · 1.11 KB
/
config.py
File metadata and controls
29 lines (24 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Don't Remove Credit Tg - @VJ_Botz
# Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ
# Ask Doubt on telegram @KingVJ01
from os import environ
class Config:
API_ID = int(environ.get("API_ID", "28473509"))
API_HASH = environ.get("API_HASH", "f56218a21931d5f4ddcf0f0354256816")
BOT_TOKEN = environ.get("BOT_TOKEN", "")
BOT_SESSION = environ.get("BOT_SESSION", "Anushka")
DATABASE_URI = environ.get("DATABASE_URI", "mongodb+srv://jackey172363:KeAhgj2viyWoHrxn@cluster0.s7ydqcf.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0")
DATABASE_NAME = environ.get("DATABASE_NAME", "vinod7u")
BOT_OWNER = int(environ.get("BOT_OWNER", "8084341411"))
# Don't Remove Credit Tg - @VJ_Botz
# Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ
# Ask Doubt on telegram @KingVJ01
class temp(object):
lock = {}
CANCEL = {}
forwardings = 0
BANNED_USERS = []
IS_FRWD_CHAT = []
# Don't Remove Credit Tg - @VJ_Botz
# Subscribe YouTube Channel For Amazing Bot https://youtube.com/@Tech_VJ
# Ask Doubt on telegram @KingVJ01