Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

CodeF1ow/kiri-Music-Bot-lavalink

Repository files navigation

kiri-Music-Bot-lavalink

Bot de musica, creditos hacia potato

kiri-Music-Bot-lavalink

IF YOU WANNA USE CUSTOM EMOJIS, AND SHARD THEN CHECK OUT THE CUSTOM-EMOJIS TAB(branch)!

Installation | How to use the Bot

1. Install node.js v12+ or higher

2. Download this repo and unzip it | or git clone it

3. Install all of the packages with npm install | the important packages are npm install discord.js erela.js

4 Fill in the parameters, RIGHT in botconfig/config.json!

5. Download Lavalink and download Java 15 (Java 13 recommended)

5.1 Run the Lavalink file with: java -jar Lavalink.jar

**MAKE SURE THAT THERE IS THE application.yml FILE OTHERWISE IT WILL NOT WORK!

6. start the bot with node index.js

NOTE:

If you are having errors/problems with starting delete the package.json file and do, before you install the packages npm init

Windows start Command .bat file

@ECHO OFF
ECHO ==========================
ECHO Starting Lavalink
ECHO ==========================
start cmd /k java -jar ./Lavalink.jar
ECHO ==========================
@ECHO Taking a 5 Second Break for Lavalink
ECHO ==========================
timeout /T 5 /nobreak
ECHO ==========================
@ECHO Starting BOT
ECHO ==========================
start cmd /k node .
exit /s'

Windows start.bat file Which starts Lavalink and the Bot together via one click ;)

Have it in the Same folder as index.js and Lavalink.jar

About

Bot de musica, creditos hacia potato

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages