Cadenza is a Discord Bot with music playability and server manageability.
Shows the bot's average ping
Joins the channel as user!
Disconnects the bot
Delete messages in bulk [1-99]
Provides information about the user
Toogle looping
Generates the lyrics for the given song
Moves a song to the beginning or to a selected position in the queue
returns the song currently being played
Pause the current song
Plays a song from the given URL
Plays a song from the given number in the queue
Plays a youtube playlist
Show the music queue
remove a song from queue
Plays the current song from beginning
Seeks to a certain point in the current track
Shuffles the queue
Skips the current song
Skips to the given song number.
Stops the music.
Change the volume of bot
- Discord Bot Token
- Youtube API Key
- Node.js v12.0.0 or later
git clone https://github.com/Artistic18/Cadenza
cd Cadenza
npm install
1. Fork this repository.
2. Clone your forked copy of the project.
git clone https://github.com/<your_user_name>/Cadenza
3. Add a reference(remote) to the original repository.
git remote add upstream https://github.com/codedazzlers/DSA-Bootcamps.git
4. Perfom your desired changes to the code base.
5. Track your changes:heavy_check_mark: .
git add .
6. Commit your changes .
git commit -m "comment"
7. Push the committed changes in your feature branch to your remote repo.
git push
8. To create a pull request, click on compare and pull requests
.
9. Add appropriate title and description to your pull request explaining your changes and efforts done.
10. Click on Create Pull Request
.
11. Voila ❗ You have made a PR to the Cadenza- 💥 . Wait for your submission to be accepted and your PR to be merged.