This repository has been archived on 2026-01-13 . You can view files and clone it. You cannot open issues or pull requests or push a commit.
master
Discord Music Bot - In Progress
This is a simple Discord bot that allows users to play music from various sources (e.g. YouTube, Spotify, SoundCloud) in a voice channel.
Features
- Play music from YouTube, Spotify, SoundCloud, etc. in a voice channel
- Add songs to a queue to be played in order
Commands
/play [input]: Plays the requested song in the voice channel. Theinputargument can be a URL or search query for a song on YouTube, Spotify, SoundCloud, etc./queue [song]: Adds the requested song to the music queue. Thesongargument can be a URL or search query for a song on YouTube, Spotify, SoundCloud, etc.
Setup
- Clone this repository and install the dependencies by running
npm install. - Create a
.envfile in the root directory of the project and add your bot token and client id as environment variables namedtokenandclientId. - Run the bot by running
node index.js.
Description
Languages
JavaScript
100%