kritikaiyeer / Rhythm

A simple Node.js based music extension/bot for Discord.js projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rhythm Discord MusicBot


This module is a simple Node.js based music extension/bot for Discord.js projects using YouTube.

The commands available are: (default names)

  • play <url>|<search string>: Play audio from YouTube.
  • skip : Skip a song or multi songs with skip .
  • stop: Stop the current playing song.

Installation


Pre-installation:

  1. npm install discord.js
    It is recommended to have the stable branch.

  2. ffmpeg installed correctly for your OS/env.
    Allows the bot to join voice as well as speak.

  3. npm install ytdl-core and npm install opusscript
    Required for voice. Discord.js prefers node-opus.

About

A simple Node.js based music extension/bot for Discord.js projects


Languages

Language:JavaScript 100.0%