Skip to content

Discord music quiz bot with support for larger playlists

Notifications You must be signed in to change notification settings

Hubza/discord-music-quizzer

 
 

Repository files navigation

Discord music quiz bot

Start music quizzes from your Spotify playlists.
The bot will select random songs from the playlist and find them on Youtube to play. Participants can the guess the songs and their authors by typing in chat.

This version of the bot is modified to support playing playlists which have more than 100 songs. The original bot didn't have this, and I needed it.

Bot is inspired by https://github.com/galnir/Master-Bot.

Commands

The bot can be started using the following command: !music-quiz {playlist-link/id} {songs}

Example: !music-quiz 37i9dQZEVXbMDoHDwVN2tF 10

Songs can be skipped using !skip

To stop the quiz run !stop-music-quiz

Running the bot yourself

Make sure you have created applications for the following:

Once you have created the applications copy the .env.example to .env and fill out the values.

$ npm i
$ npm start

About

Discord music quiz bot with support for larger playlists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 98.2%
  • Dockerfile 1.1%
  • Other 0.7%