forked from TeamYukki/YukkiMusicBot
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsample.env
46 lines (23 loc) · 1.06 KB
/
sample.env
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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.
PING_IMG = "" #Telegraph link of image for ping
### Remove all lines from here including this line too
### Don't use "" for your vars.
### Remove description lines we've written
A simple Example:-
API_ID=18301
API_HASH=jdks92djw092id
BOT_TOKEN=8902jd:84902jd
and so on....
###Remove all extra lines and don't use "".