No description
src | ||
.gitignore | ||
gpbl-bot.service | ||
LICENSE | ||
Makefile | ||
README.md |
gpbl-bot
gpbl-bot is a Python-based Discord bot that plays music from a library 24/7 in a specified voice channel.
How to Use ✍️
This bot is currently hosted by me for the Ghetto Poetry Battle League Discord server.
Alternatively, to host it yourself...
- Put your Discord bot token into
src/.env.sample
and rename it tosrc/.env
. - Install pip:
sudo apt install python3-pip
(Debian/Ubuntu) - You will need to enable systemd service lingering for the user:
loginctl enable-linger $(whoami)
- Run
make install
.
Bug reports & feature suggestions 🐛
Has something gone horribly wrong? Or do you just think something's missing?
Feel free to create a new issue.