Androz2091 / discord-music-bot

The perfect music bot for your Discord server! 🤘
238 stars 128 forks source link

Discord Music Bot

The perfect music bot for your Discord server! 🎶

Features

Highlights

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 \
/jump Jump to a specific track \
/loop Set loop mode \
/np See what's currently being played
/pause Pause the current song
/play Play a song from youtube \
/playnext Add a song to the top of the queue \
/queue See the queue \
/remove Remove a specific track \
/resume Resume the current song
/seek Seek to the given time \
/shuffle Shuffle the queue
/skip Skip to the current song
/stop Stop the player
/volume Set music volume \

About

The project uses the following libraries:

Installation

Manual

Docker

Example with docker-compose

version: '2'

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