39 lines
847 B
Bash
39 lines
847 B
Bash
# Fill with the Pyrogram session string
|
|
SESSION_NAME= Your Session
|
|
|
|
# Your music bot username
|
|
BOT_USERNAME=
|
|
|
|
# Your Bot Token
|
|
BOT_TOKEN=
|
|
|
|
# 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 username of your telegram account
|
|
OWNER_USERNAME=dlwrml
|
|
|
|
# fill with your own telegram id
|
|
OWNER_ID=
|
|
|
|
# fill with nickname/name of your telegram account
|
|
ALIVE_NAME=Levina
|
|
|
|
# fill with the mongodb url you created from cloud.mongodb.com
|
|
MONGODB_URL=
|