Klinoff Music is a multipurpose Discord Bot that allows users in your server to play music from YouTube using URLs or search queries. While the main purpose of the bot is to play music, it also has some other features for easy management of messages!
- Play music from YouTube using URLs or search queries
- Manage a queue of songs
- Pause, resume, skip, and stop songs
- Loop the current song
- Show the current queue
- Clear the queue
- Join and leave voice channels
- Clear chat messages
- Python 3.8 or higher
- discord.py
- yt-dlp
Note: The dependencies can be installed using the following command:
pip install -r requirements.txt
!hi
- Responds with "Hello!"!ping
- Shows the bot's latency!sayd [message]
- Repeats the given message!play [url or search query]
- Plays a song from YouTube!pause
- Pauses or unpauses the current song!skip
- Skips the current song!stop
- Stops the bot and disconnects from the voice channel!loop
- Loops the current song!showqueue
- Shows the current queue!clear
- Clears the queue and stops the current song!leave
- Disconnects the bot from the voice channel!clearchat [amount]
- Clears the specified number of chat messages
- Clone the repository:
git clone https://github.com/miskamero/Klinoff-Music.git
- Navigate to the project directory:
cd Klinoff-Music
- Install the required dependencies:
pip install -r requirements.txt
- Add your bot token from the Discord Developer Portal to the
token.txt
file:echo "YOUR_BOT_TOKEN" > token.txt
- Run the bot:
python main.py
Contributions are always welcome! If you have any suggestions or improvements, please create an issue or pull request.
Make sure you have installed the dependencies and the appropriate Python version.
- Fork the repository.
- Create a new branch with a descriptive name:
git checkout -b feature/my-feature
- Make your changes and commit them:
git commit -m "Add my feature"
- Push your branch to your fork:
git push origin feature/my-feature
- Create a pull request from your branch to the
main
branch of the original repository.
Perfect app, No Issues!