Simple discord music bot that can play music links
Has the methods /play, /pause, /resume, /loop, /shuffle, /skip, /skipto, /info, /queue, /quit
Uses Discord Player API:https://discord-player.js.org/docs/main/master/general/welcome
Currently only tested Youtube videos and streams
Guild ID needs to be changed manually (Client ID as well for a seperate bot)
Create a .env file that has "TOKEN=BOT_TOKEN_HERE", with your bot token
To run, make sure you have all dependenices, execute run.bat(Windows) or run.sh(Linux)