45 lines
1.0 KiB
Bash
45 lines
1.0 KiB
Bash
# Fill with the Pyrogram session string
|
|
SESSION_NAME= Your Session
|
|
|
|
# Your music bot username
|
|
BOT_USERNAME=
|
|
|
|
# Your Bot Token
|
|
BOT_TOKEN=
|
|
|
|
# Your music bot name
|
|
BOT_NAME=
|
|
|
|
# Your API ID from my.telegram.org
|
|
API_ID=
|
|
|
|
# Your API HASH from my.telegram.org
|
|
API_HASH=
|
|
|
|
# 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 @
|
|
UPDATES_CHANNEL=levinachannel
|
|
|
|
# # if you have group, fill the group username here without @
|
|
GROUP_SUPPORT=VeezSupportGroup
|
|
|
|
# fill with the assistant username without @
|
|
ASSISTANT_NAME=VeezMusicAssistant
|
|
|
|
# fill with username of your telegram account
|
|
OWNER_NAME=dlwrml
|
|
|
|
# fill with nickname/name of your telegram account
|
|
ALIVE_NAME=Levina
|
|
|
|
# fill with the mongodb url you created from cloud.mongodb.com
|
|
MONGODB_URL=
|
|
|
|
# if you build an forked repo then put the forked repo link here, if not just leave as it
|
|
UPSTREAM_REPO=https://github.com/levina-lab/video-stream
|