This Discord bot is designed to provide a seamless integration of YouTube Music for music playback. With a variety of commands, users can enjoy music playback directly from YouTube.
- Music Integration: Enjoy a wide range of music from YouTube with commands such as
play,stop,pause,resume,info,quit,shuffle,skip, andskip to.
-
Clone the Repository:
git clone https://github.com/Yeasir-Hossain/discord-bot-music-chatgpt
-
Install Dependencies:
cd discord-bot yarn install -
Configure Tokens:
- Create a
.envfile in the project root. - Add your Discord Bot token:
BOT_TOKEN=""
- Create a
-
Start the Bot:
yarn dev-load // to load register the commands and start the bot with nodemon yarn dev // to start the bot with nodemon
-
Play:
/play [song name or URL] -
Stop:
/stop -
Pause:
/pause -
Resume:
/resume -
Info:
/info -
Quit:
/quit -
Shuffle:
/shuffle -
Skip:
/skip -
Skip To:
/skip to [song number]
Contributions are welcome/ If you have any improvements or new features to suggest, feel free to open an issue or submit a pull request.