No description
Find a file
2024-06-26 21:42:52 -04:00
src use systemd 2024-06-26 20:09:40 -04:00
.gitignore remove songs from gitignore 2023-11-19 17:53:21 -05:00
gpbl-bot.service use systemd 2024-06-26 20:09:40 -04:00
LICENSE init 2023-11-19 14:22:55 -05:00
Makefile update makefile 2024-06-26 21:42:52 -04:00
README.md use systemd 2024-06-26 20:09:40 -04:00

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...

  1. Put your Discord bot token into src/.env.sample and rename it to src/.env.
  2. Install pip: sudo apt install python3-pip (Debian/Ubuntu)
  3. You will need to enable systemd service lingering for the user: loginctl enable-linger $(whoami)
  4. 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.