Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.31 KB

README.md

File metadata and controls

29 lines (17 loc) · 1.31 KB

Screenshot-from-2021-05-22-14-41-21.png

MUSICNATOR

A discord music bot build using JDA and Lavaplayer. To try out yourself go to Discord Developer Portal and generate a bot token and paste it in Bot.java

COMMANDS

It is equipped with standard commands of a music player like -

  • !join command joins the voice-channel you are in

  • !play command is used to load the song as a youtube link or as a string eg-

    !play https://www.youtube.com/watch?v=tufgxaANxWo

    !play Halo Beyonce

  • !pause command will pause the currently playing track

  • !resume command resumes the paused track

  • !skip command skips the current track

  • !stop is a ShutDown command for stopping everything and clearing all the queue

DEMONSTRATION

A video explaining the functionality of the bot (its earliest iteration was called calypso)