Skip to content
This repository has been archived by the owner on Jul 1, 2019. It is now read-only.

mcndt/robotto-dj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)