Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Discord.js | 22,115 | 15,755 | 3,143 | 15 hours ago | 787 | September 24, 2022 | 151 | apache-2.0 | JavaScript | |
A powerful JavaScript library for interacting with the Discord API | ||||||||||
Discord Musicbot | 2,358 | a day ago | 18 | other | JavaScript | |||||
An advanced discord music bot, supports Spotify, Soundcloud, YouTube with Shuffling, Volume Control and Web Dashboard with Slash Commands support! | ||||||||||
Music Bot | 793 | a day ago | 20 | gpl-3.0 | JavaScript | |||||
A complete code to download for a cool Discord music bot ! | ||||||||||
Musicbot | 682 | 16 days ago | 4 | mit | JavaScript | |||||
An enhanced music bot that is compatible with discord.js v14 and works with slash commands. Discord music bot codes that can be used on any server and are simple to install. | ||||||||||
Discordeno | 641 | 16 hours ago | 41 | May 29, 2022 | 51 | apache-2.0 | TypeScript | |||
Discord API library for Deno | ||||||||||
Livebot | 624 | 10 days ago | 37 | apache-2.0 | JavaScript | |||||
An app that allows you to be inside a bot! | ||||||||||
D Zone | 500 | 1 | 2 years ago | 86 | September 19, 2020 | 19 | isc | JavaScript | ||
An ambient life simulation driven by user activity within a Discord server | ||||||||||
Discord Owo Bot | 475 | a day ago | 110 | other | JavaScript | |||||
A Discord bot that will keep track of your OwO | ||||||||||
Discordx | 442 | 8 | 12 days ago | 19 | June 18, 2022 | apache-2.0 | TypeScript | |||
🤖 Create a discord bot with TypeScript and Decorators! | ||||||||||
Lavamusic | 405 | 19 hours ago | 5 | apache-2.0 | TypeScript | |||||
lavalink music bot base in shoukaku and discord.js v14 |
Due to rapid changes on the library Jukebox used, and Discord API, this branch of Jukebox is discontinued.
New Jukebox would be created in new
branch.
Just a simple Discord music bot
[] Requires Node.JS version 16.6.0 or above.
Install Node.JS
Install requirements for yt-dlp
For Linux/Mac OS/Unix-like system, install Python 3, and add them to the PATH environment variable
For Windows, you don't need to install Python, but you need to install Microsoft Visual C++ 2010 Service Pack 1 Redistributable Package (x86)
Rename .env.schema
to .env
and fill out the values (example on .env.example)
Install dependencies as stated here
Run npm run build
(Optional) Prune dev dependencies (This is good to save disk spaces):
$ npm prune --production
npm start
. And you're done!Notes:
Without optional packages
$ npm install --no-optional
With optional packages (Recommended)
$ npm install
For optional packages, you need to install build tools as stated here and you also need to install Git
Want to use Dockerized version of jukebox? sure! we provide them on the Docker Hub and also in GitHub Container Registry
Docker Volumes are needed to store cache and logs persistently
$ docker run --env-file .env --volume cache:/app/cache --volume logs:/app/logs --restart unless-stopped hazmi35/jukebox
We also provide docker-compose.yml and docker-compose.debian.yml if you want to go that way.
There is also a docker-compose.pull.yml version, which pulls the image from Docker Hub (latest tag, alpine)
$ docker-compose up