2021-11-15 06:55:04 +00:00
|
|
|
# Fill with the Pyrogram session string
|
|
|
|
SESSION_NAME= Your Session
|
|
|
|
|
|
|
|
# Your music bot username
|
2022-01-23 15:09:29 +00:00
|
|
|
BOT_USERNAME=
|
2021-11-15 06:55:04 +00:00
|
|
|
|
|
|
|
# Your Bot Token
|
2022-01-23 15:09:29 +00:00
|
|
|
BOT_TOKEN=
|
2021-11-15 06:55:04 +00:00
|
|
|
|
|
|
|
# Your music bot name
|
2022-01-23 15:09:29 +00:00
|
|
|
BOT_NAME=
|
2021-11-15 06:55:04 +00:00
|
|
|
|
|
|
|
# Your API ID from my.telegram.org
|
2022-01-23 15:09:29 +00:00
|
|
|
API_ID=
|
2021-11-15 06:55:04 +00:00
|
|
|
|
|
|
|
# Your API HASH from my.telegram.org
|
2022-01-23 15:09:29 +00:00
|
|
|
API_HASH=
|
2021-11-15 06:55:04 +00:00
|
|
|
|
|
|
|
# List of user IDs separated by space (you can fill this with your id too)
|
|
|
|
SUDO_USERS=1757169682 1670523611 1727937540
|
|
|
|
|
|
|
|
# in minutes (default:40)
|
|
|
|
DURATION_LIMIT=240
|
|
|
|
|
|
|
|
# if you have channel, fill the channel username here without @
|
2022-01-23 15:09:29 +00:00
|
|
|
UPDATES_CHANNEL=levinachannel
|
2021-11-15 06:55:04 +00:00
|
|
|
|
|
|
|
# # if you have group, fill the group username here without @
|
2022-01-23 15:09:29 +00:00
|
|
|
GROUP_SUPPORT=VeezSupportGroup
|
2021-11-15 06:55:04 +00:00
|
|
|
|
|
|
|
# fill with the assistant username without @
|
2022-01-23 15:09:29 +00:00
|
|
|
ASSISTANT_NAME=VeezMusicAssistant
|
2021-11-15 06:55:04 +00:00
|
|
|
|
|
|
|
# fill with username of your telegram account
|
|
|
|
OWNER_NAME=dlwrml
|
|
|
|
|
|
|
|
# fill with nickname/name of your telegram account
|
2022-01-23 15:09:29 +00:00
|
|
|
ALIVE_NAME=Levina
|
|
|
|
|
|
|
|
# fill with the mongodb url you created from cloud.mongodb.com
|
|
|
|
MONGODB_URL=
|