-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
19 lines (10 loc) · 836 Bytes
/
sample.env
File metadata and controls
19 lines (10 loc) · 836 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
MAX_BOT = int(os.getenv("MAX_BOT", "100"))
DEVS = list(map(int, os.getenv("DEVS", "6139972751").split()))
API_ID = int(os.getenv("API_ID", "20607074"))
API_HASH = os.getenv("API_HASH", "f5639cb2a94b785afc60800f351ec802")
BOT_TOKEN = os.getenv("BOT_TOKEN", "7600571701:AAGNyYxTB5yTaGo1bfEkTc7CtatqHUOxCPk")
OWNER_ID = int(os.getenv("OWNER_ID", "6139972751"))
BLACKLIST_CHAT = list(map(int, os.getenv("BLACKLIST_CHAT", "-1002125842026 -1002053287763 -1002044997044 -1002022625433 -1002050846285 -1002400165299 -1002416419679 -1001473548283").split()))
RMBG_API = os.getenv("RMBG_API", "MA2sUZ4HdAfBegL36HiG4BUG")
MONGO_URL = os.getenv("MONGO_URL", "mongodb+srv://fizzpamell:fizzpamell@cluster0.9nmhi5m.mongodb.net/?retryWrites=true&w=majority&appName=Cluster0")
LOGS_MAKER_UBOT = int(os.getenv("LOGS_MAKER_UBOT", "-4628173231"))