1.0.0 • Published 9 years ago

discordstreamer v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

DiscordStreamer

DiscordStreamer is a 24/7 Music Streaming Discord Bot framework for a server-radio, made for ease of use.

WARNING! This module will drastically drain your bandwidth depending on your playlist size. It will be a one-time thing only, unless you add more songs! Also be prepared to use a lot of disk space!

Usage

var DiscordStreamer = require("discordstreamer");
var stream = new DiscordStreamer("bot token", __dirname, {"vc": "Voice channel ID", "feed", "Feed text channel ID", "djs": ["Someone's Discord user ID"], "masterUsers": ["Your Discord user ID"]});
stream.init();

Playlists

Playlists are stored using RethinkDB.

Functionality

DiscordStreamer offers variety of functions to host your server radio perfectly.

User commands

  • queue - Lets the people see upcoming songs.
  • info - Shows information about the framework.

DJ commands

  • add - Adds a YouTube video to the playlist file.
  • skip - Skips the currently playing song forcibly.
  • reshuffle - Reshuffles the playlist, and starts skips to the first song.

Masteruser commands

  • eval - Evaluates code.
  • restore - Converts post 1.0.0 playlist to RethinkDB.

Support

We have documentation right here! However, if you're lost and need more information, contact us at

Discord

1.0.0

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago