No description
  • HTML 54.3%
  • JavaScript 41.4%
  • TypeScript 4.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2025-08-26 22:17:38 +05:30
.github Create FUNDING.yml 2025-05-10 18:39:39 +05:30
api fix login guard and implement logout 2022-12-12 08:40:09 +07:00
assets amogus 2021-11-28 09:29:20 +00:00
commands Fix: Incorrect regex syntax causing issues with lyrics search (#1229) 2023-05-27 04:40:27 -04:00
dashboard fix login guard and implement logout 2022-12-12 08:40:09 +07:00
deploy feat: add destroyGlobal.js 2023-04-24 12:23:47 +08:00
docker update to latest application.yml 2024-06-05 20:25:03 +08:00
events Merge pull request #1190 from LewdHuTao/LewdHuTao-patch-2 2023-04-14 10:23:12 +08:00
lib fix: requested by undefined (#1232) 2023-06-02 02:53:38 +08:00
util feat: Guild#me is deprecated 2023-03-01 22:57:49 +08:00
.dockerignore Add Dockerfile 2022-06-11 13:28:14 +00:00
.gitignore fix .gitignore (ignore ide folders) 2023-02-26 11:17:16 +05:30
.replit fixes 2022-08-04 17:05:45 +08:00
app.json env variables to config 2021-10-19 11:07:18 +00:00
CODE_OF_CONDUCT.md Development (#190) 2021-05-07 04:08:02 +00:00
config.js Merge pull request #1190 from LewdHuTao/LewdHuTao-patch-2 2023-04-14 10:23:12 +08:00
CONTRIBUTING.md Code reformatted, reordered entries, optimized imports (#946) 2022-06-26 10:10:03 -05:00
docker-compose.yml update to latest jar 2024-06-05 20:24:21 +08:00
Dockerfile Update Dockerfile 2023-01-26 16:58:57 +07:00
index.js chore: tidy up 2022-12-11 22:55:59 +07:00
kickstartReplit.sh fixes 2022-08-04 17:05:45 +08:00
LICENSE.md Code reformatted, reordered entries, optimized imports (#946) 2022-06-26 10:10:03 -05:00
package.json feat: Update package.json 2023-04-24 12:24:58 +08:00
Procfile Support Heroku Host (#175) 2021-05-03 15:42:45 +00:00
README.md Update README.md 2024-04-17 23:53:38 +01:00
renovate.json Code reformatted, reordered entries, optimized imports (#946) 2022-06-26 10:10:03 -05:00
replit.nix 17 does not exist. 2022-10-13 09:39:36 -05:00

Discord Music Bot

Latest Updates

v5.1 Is in development! Go check it out HERE!

What do you gain from it? Let us explain:

  • Completely modular docker environment for easier development and deployment
  • A WORKING DASHBOARD!!!
  • DB Integration for you to save your favorite songs in
  • Integrated self hosted Lavalink
  • Dedicated query channel
  • More commands and functionalities
  • And so much more to come!

🚧 | Prerequisites

  • Node.js 16+
  • Lavalink Server
  • You'll need to run npm run deploy or yarn deploy. to initialized the slash commands. You can do this on your pc locally

NOTE: Lavalink is needed for music functionality. You need to have a working Lavalink server to make the bot work.

📝 | Important Note if you're Switching from v4 to v5

  1. Download and configure v5 in a seperate folder.
  2. Kick your bot out of your server.
  3. Reinvite the Bot with the right scopes. Example Invite URL (Change CLIENT_ID)
  4. Run npm run deploy or yarn deploy to initialize the slash commands. You can do this on your pc locally

📝 | Tutorial

🐳 Docker

You should configure the config.js file with the host "lavalink", using the same password and port as specified in docker/application.yml.

Build and start bot and lavalink

docker-compose up -d --build

💪🏻 Non-Docker

The config.js file should be configured first. Don't forget to add a lavalink host

Install all dependencies and deploy Slash Commands

npm install
npm run deploy

Start the bot

node index.js

📝 | Support Server

If you have major coding issues with this bot, please join and ask for help.

📸 | Screenshots

Soon

🚀 | Deploy

Deploy to heroku Open in Gitpod

| Contributors

Contributions are always welcomed :D Make sure to follow Contributing.md

🌟 | Made with