Welcome to my Discord Music Bot! This bot is designed to join voice channels, play your favorite tracks, and respond to commands in the text channel.
Iβm looking for talented developers to help me optimize the response speed. Right now the bot sometimes takes a moment to join or play, and Iβd love it to be lightning-fast β‘οΈ.
- discord.py or nextcord
- Python 3.8+
- Async IO optimizations
-
Fork this repository.
-
Clone to your machine:
git clone https://github.com/FDJHBYB/MusicBot.git
-
Create a branch:
git checkout -b improve-speed
-
Install dependencies:
pip install -r requirements.txt
-
Tweak the code & test locally.
-
Open a Pull Request with a clear description of your changes.
-
Create a
.envfile in the root directory:
TOKEN=YOUR_REAL_DISCORD_TOKEN VOICE_CHANNEL_ID=123456789012345678 TEXT_CHANNEL_ID=987654321098765432
2. Install dependencies:
```bash
pip install -r requirements.txt
-
Run the bot:
python bot.py
Thank you for your help and happy coding! β€οΈ