Skip to content

cf12/discord-music-bot-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Bot

Music bot is a simple discord bot built on the Discord.JS API for discord.

STATUS: NO UPDATES FOR NOW, BUT STABLE FOR THE MOST PART

Features:

  • YouTube Video and Playlist support
  • Extremely fast YouTube API handler
  • Support for "hybrid" YouTube links; Links w/ both a video and playlist id
  • Search support for YouTube Playlists and Videos
  • Dynamic volume control
  • User, Video, and Keyword blacklisting
  • Song Skipping and Repeating
  • "Radio stations" based off of playlists on YouTube

Planned Features:

Prerequisites:

  • Node.JS (Built on v8.2.0)
  • FFPMEG (Must be in path)
  • Discord.JS v11.1.0

Installation:

Debian 8 / Ubuntu 16.04 LTS:

1. Install base dependencies:
sudo apt-get update
sudo apt-get install git make ffmpeg node-gyp build-essential g++
2. Install NodeJS:
3. Clone the repo:
  • git clone https://github.com/CF12/music-bot
4. Navigate into the directory:
  • cd music-bot
5. Install NPM dependencies:
  • npm i
6. Setup config:
7. Run the bot:
  • node src/bot.js
8. Profit?

Issues?

Please report any bugs or issues under the repo's issues tab. It'd be greatly appreciated!

Coding Standards

This project uses the Standard JS Coding Style. Most of my Javascript projects are coded with the Standard JS Coding Style. You can learn more about the project here: https://standardjs.com/

JavaScript Style Guide

About

A Discord music bot built on top of Discord.JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published