• Stars
    star
    409
  • Rank 103,173 (Top 3 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created almost 4 years ago
  • Updated 12 days ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A powerful Discord.js module for simplifying music commands and effortless playback of various sources with integrated audio filters.

GitHub Workflow Status node-current npm peer dependency version Depfu Codecov branch
npm GitHub Repo stars Discord

DisTube

A Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key.

DisTube Support Server - Frequently Asked Questions

Features

  • Based on @discordjs/voice
  • Easy to use and customize
  • Support YouTube and audio link
  • Audio filters (bassboost, nightcore, vaporwave,...)
  • Autoplay related songs
  • Plugin system to support more sites (Plugin List)

Requirement

Installation

npm install distube@latest

Documentation

Read DisTube's definitions, properties and events details in the Documentation page.

Learn how to build a music bot from scratch with DisTube Guide

Example Bot

  • DisTube Bot - A music bot with reaction controller, filters, DJ mode, user's custom playlist and voting.
  • DisTube Example - Example bot with simple command handler.