mcndt / robotto-dj

Just another Discord.js music bot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

robotto-dj

Just another Discord.js music bot.

Quick start:

Put the files in a convenient location. If you don't have the dependencies yet, navigate to the folder using bash, command prompt, etc and use npm install.

Before running the bot, copy default-config.json and rename it to config.json. Open it and fill in your bot token. You need a YouTube API token to use the search function. A guide to obtaining one can be found here.

Run the script to start the bot using node dj.js.

Features include:

  • multiserver support
  • queue system
  • play youtube link
  • search on youtube
  • shuffle
  • skip
  • voteskip
  • pause/resume
  • loading playlists from .txt files

Planned features

  • managing playlists inside discord

Depends on the following Node modules:

  • discord.js
  • node-opus
  • ytdl-core
  • youtube-node (see package.json for versions)

About

Just another Discord.js music bot.


Languages

Language:JavaScript 100.0%