Skip to content

music-presence/discord-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

music-presence/discord-bot

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!

Setup

$ 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

Deploy

$ docker compose up -d --build