Skip to content

SayanSahu99/EarBeats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EarBeats


shield.png shield.png

About

EarBeats is an open source Discord Music Bot built with discord.js. It currently supports YouTube.

Requirements

  1. Discord Bot Token HELP
  2. YouTube Data API HELP
  3. Node.js v12.18.1 or newer

Installation

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.

Set Up

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=~

Commands

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)

To Do

  • Looping
  • Song remove and move from the queue

License

Released under the MIT license.