TeamDaisyX / DaisyXMusic

Free and Open Source Group Voice chat music player for telegram ❤️ with button support youtube playback support
MIT License
205 stars 825 forks source link

How edit the SUDO_USERS ? #17

Closed samadii closed 3 years ago

samadii commented 3 years ago

As i don't want deploy to heroku, how put my id in this line :

SUDO_USERS = list(map(int, getenv("SUDO_USERS").split()))
InukaAsith commented 3 years ago

fill SUDO_USERS in example.env and renme it to local.env

InukaAsith commented 3 years ago

Everything in config you only need to fill and rename example.env to local.env. Good Luck