Androz2091 / discord-music-bot
- суббота, 18 сентября 2021 г. в 00:29:05
The perfect music bot for your Discord server! 🤘
The perfect music bot for your Discord server!
Here are all the available commands in the bot!
| Name | Description | Options |
|---|---|---|
| /back | Plays the previous track | |
| /bassboost | Toggles bassboost filter | |
| /clear | Clear the current queue. | |
| /jump | Jumps to a specific track | <tracks> |
| /loop | Sets loop mode | <mode> |
| /np | See what's currently being played | |
| /pause | Pause the current song | |
| /play | Plays a song from youtube | <query> |
| /playnext | Adds 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 | Seeks to the given time | <time> |
| /shuffle | Shuffles the queue | |
| /skip | Skip to the current song | |
| /stop | Stop the player | |
| /volume | Sets music volume | <amount> |
The project uses the following libraries:
git clone https://github.com/Androz2091/discord-music-bot).env.example file as .env and fill it.DISCORD_CLIENT_ID is the ID of your Discord BOTDISCORD_CLIENT_TOKEN is the token of your Discord BOTyarn install or npm install)node .).env.example file as .env and fill it.docker build . -t discord-music-bot
docker run -d --env-file .env discord-music-bot version: '2'
services:
bot:
build: .
environment:
DISCORD_CLIENT_ID: ""
DISCORD_CLIENT_TOKEN: ""
DISCORD_CLIENT_PUBKEY: ""
DISCORD_GUILD_ID: ""