This is the Discord bot for the Music Presence Discord server!
- Automatically assigns server members a configured listener role when they are listening to music and sharing it in their Discord status via Music Presence
- Other ideas? Let me know!
$ python3 -m venv venv
$ source venv/bin/activate
(venv) $ pip install -r requirements.txt
(venv) $ cp .env.example .env
# Add your bot token to .env
(venv) $ python bot.py
$ docker compose up -d --build