EarBeats is an open source Discord Music Bot built with discord.js. It currently supports YouTube.
You can add EarBeats to your server with this link. Or, you can clone this repo and host the bot yourself.
git clone https://github.com/SayanSahu99/EarBeats
After cloning, run
npm install
to install all of the dependencies. You need node to be installed.
You have to create a .env
file in order to run the bot. The file should look something like this:
DISCORD_BOT_TOKEN=Your_Discord_Token
YOUTUBE_API_KEY=Your_Youtube_API_Key
PREFIX=~
The default prefix is '~'
- Play music from YouTube using url
~play https://www.youtube.com/watch?v=qpgTC9MDx1o
- Play music from YouTube using search query
~play English Songs
Commands
- Play / Add song to queue (~play [SEARCH])
- Stop (~stop)
- Skip (~skip)
- Pause (~pause)
- Resume (~resume)
- Join voice channel (~join)
- Description (~description)
- Queue (~queue)
- Clear queue (~clear)
- Shuffle (~shuffle)
- Looping
- Song remove and move from the queue
Released under the MIT license.