Discord bot used to play and queue music in a voice channel. Keeps things groovy! 😉

bot discord discord-bot python
3 Open Issues Need Help Last updated: Aug 5, 2025

Open Issues Need Help

View All on GitHub
Bot Development Music Bot

AI Summary: Create a Dockerfile to containerize the Groovester Discord music bot application. This involves building a Docker image based on a Linux distribution (like Ubuntu), installing necessary dependencies (Python, libraries, FFmpeg), copying the Groovester source code, and configuring the container to access network resources for voice channel interaction. The Dockerfile should also provide a shell for debugging and maintenance.

Complexity: 3/5
enhancement good first issue

Discord bot used to play and queue music in a voice channel. Keeps things groovy! 😉

Python
#bot#discord#discord-bot#python
Bot Development Music Bot
Add requirements.txt file about 1 month ago

AI Summary: Create a `requirements.txt` file listing all Python packages (Discord.py, pytube, python-dotenv, validators, pynacl, ffmpeg) needed to run the Groovester Discord bot. This file should be placed in the root directory of the project. The task also involves ensuring these packages are installed within a Dockerfile (if one exists or is created).

Complexity: 2/5
documentation enhancement good first issue

Discord bot used to play and queue music in a voice channel. Keeps things groovy! 😉

Python
#bot#discord#discord-bot#python
Bot Development Music Bot

AI Summary: Create a Dockerfile for the Groovester Discord bot, update the README.md with instructions on building, running, and interacting with the Docker container, and provide an alternative method for users who cannot use Docker.

Complexity: 3/5
documentation enhancement good first issue

Discord bot used to play and queue music in a voice channel. Keeps things groovy! 😉

Python
#bot#discord#discord-bot#python