forked from AsmSafone/MusicPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample.env
More file actions
40 lines (31 loc) · 725 Bytes
/
sample.env
File metadata and controls
40 lines (31 loc) · 725 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# api id and api hash (my.telegram.org)
# required
API_ID=''
API_HASH=''
# pyrogram session string (@genstr_robot)
SESSION=''
# telegram bot token (from @botfather)
#optional
BOT_TOKEN=''
# sudo user ids (separate with space)
# optional
SUDOERS=''
# command prefix (separate with space)
# optional
PREFIX='!'
# default language for the bot in groups
# optional
LANGUAGE='en'
# custom stream quality for the bot in groups
# optional
QUALITY='high'
# default stream mode for the bot in groups
# optional
STREAM_MODE='audio'
# if you want restrict user from playing in groups
# optional
ADMINS_ONLY='False'
# spotify vars (for playing spotify links or playlist)
# optional
SPOTIFY_CLIENT_ID=''
SPOTIFY_CLIENT_SECRET=''