Giter VIP home page Giter VIP logo

discord-music-bot's Introduction

Discord Music Bot

The perfect music bot for your Discord server! ๐ŸŽถ

Features

Highlights

  • Simple & easy to use ๐Ÿค˜
  • Audio filters (bassboost) ๐ŸŽธ
  • YouTube, Facebook and Vimeo support ๐ŸŒŒ
  • Slash Commands support ๐Ÿค–
  • Play in multiple servers at the same time ๐Ÿš—

Commands

Here are all the available commands in the bot!

Name Description Options
/back Play the previous track
/bassboost Toggle bassboost filter
/clear Clear the current queue.
/history Display the queue history <page>
/jump Jump to a specific track <tracks>
/loop Set loop mode <mode>
/np See what's currently being played
/pause Pause the current song
/play Play a song from youtube <query>
/playnext Add a song to the top of the queue <query>
/queue See the queue <page>
/remove Remove a specific track <track>
/resume Resume the current song
/seek Seek to the given time <time>
/shuffle Shuffle the queue
/skip Skip to the current song
/stop Stop the player
/volume Set music volume <amount>

About

The project uses the following libraries:

Installation

Manual

  • Install FFMPEG.
  • Clone the repository. (git clone https://github.com/Androz2091/discord-music-bot)
  • Copy the .env.example file as .env and fill it.
  • DISCORD_CLIENT_ID is the ID of your Discord BOT
  • DISCORD_CLIENT_TOKEN is the token of your Discord BOT
  • Install the dependencies. (yarn install or npm install)
  • Start the bot! (yarn start or npm start or node .)

Docker

  • Copy the .env.example file as .env and fill it.
docker build . -t discord-music-bot
docker run -d --env-file .env discord-music-bot 

Example with docker-compose

version: '2'

services:
  bot:
    build: .
    environment:
      DISCORD_CLIENT_ID: ""
      DISCORD_CLIENT_TOKEN: ""
      DISCORD_CLIENT_PUBKEY: ""
      DISCORD_GUILD_ID: ""

discord-music-bot's People

Contributors

androz2091 avatar canadabry avatar joshstar avatar lracicot avatar nitpum avatar sparker-99 avatar voltrare avatar zhuncn avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.