Vibez is a Discord music bot built using Python and the Discord API that allows users to listen to music when connected to a voice channel in the server. Users can access the bot using the prefix '/'. Vibez can play songs based on the song name or link from YouTube and Spotify.
-
Clone this repository to your local machine.
git clone https://github.com/Vignaraj-1018/VIBEZ-Music-Bot.git
-
Install the necessary packages using pip.
pip install -r requirements.txt
-
Create a new bot on the Discord developer portal and add it to your Discord server. Refer to the Discord API documentation for detailed instructions on how to do this.
-
Rename .env.example to .env and add your bot token to the file.
-
Run the bot.py file to start the bot.
python bot.py
- /play <song name/link> - plays the requested song in the voice channel.
- /pause - pauses the current song.
- /resume - resumes the current song.
- /skip - skips the current song.
- /stop - stops playing music and clears the queue.
- /queue - shows the current song queue.
- /volume - sets the volume of the bot (0-100).
This project is licensed under the MIT License. See the LICENSE file for more details.