Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/faizan45640/guess-the-song-discord-bot
A simple discord bot that lets u play the game guess the song
https://github.com/faizan45640/guess-the-song-discord-bot
discord discord-bot discord-js discordapp spotfiy ytdl
Last synced: 2 months ago
JSON representation
A simple discord bot that lets u play the game guess the song
- Host: GitHub
- URL: https://github.com/faizan45640/guess-the-song-discord-bot
- Owner: faizan45640
- Created: 2024-08-22T21:32:28.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T10:15:32.000Z (4 months ago)
- Last Synced: 2024-09-29T09:20:15.062Z (3 months ago)
- Topics: discord, discord-bot, discord-js, discordapp, spotfiy, ytdl
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Discord Music Quiz Bot
This is a Discord bot that plays a music guessing game. The bot retrieves songs from a Spotify playlist, plays them in a voice channel, and users in the text channel can try to guess the song titles. Points are awarded for correct guesses, and the leaderboard is displayed after each round.
## Features
- Plays random songs from a specified Spotify playlist.
- Users guess the song title in the text channel.
- Awards points for correct guesses.
- Displays the leaderboard after each round.
- Tracks and displays individual user points.## Prerequisites
Before you begin, ensure you have met the following requirements:
- Node.js installed on your machine.
- A Discord bot token.
- A Spotify Developer account to obtain client ID and client secret.
- A `config.json` file with the following structure:```json
{
"KEY": "YOUR_DISCORD_BOT_TOKEN",
"SPOTIFY_CLIENT_ID": "YOUR_SPOTIFY_CLIENT_ID",
"SPOTIFY_CLIENT_SECRET": "YOUR_SPOTIFY_CLIENT_SECRET"
}
```