-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathsample.env
More file actions
25 lines (13 loc) · 759 Bytes
/
sample.env
File metadata and controls
25 lines (13 loc) · 759 Bytes
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
STRING_SESSION = "" # A pyrogram String Session
BOT_TOKEN= "" Get a token from @botFather
API_ID= "" Get this value from https://my.telegram.org
API_HASH= "" Get this value from https://my.telegram.org
SUDO_USERS = "" # For multiple Users Use Space
DURATION_LIMIT= "" # In Mins (EX :- 60)
MONGO_DB_URI = "" # Mongo DB URL
LOG_GROUP_ID = "" # Chat id of a group, not channel
MUSIC_BOT_NAME = "" # Name for your music bot
OWNER_ID = "" Owner id
SUPPORT_CHANNEL = "" # Support Channel Link if you have any, Leave blank if no support. Your link must start with https://t.me/
SUPPORT_GROUP = "" #Support Group Link if you have any, Leave blank if no support. Your link must start with https://t.me/
ASSISTANT_PREFIX ="" #Prefix for Assistant Commands.