Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 1.61 KB

README.md

File metadata and controls

47 lines (41 loc) · 1.61 KB

* Illustration by Juan Pablo Machado

Lofi Girl

Discord bot that just playing youtube live streams



installation guide

Prerequirements

  • node (v12.x~)
  • npm or yarn
  • mysql or mariadb
  • java (v13.x only)

Windows

  1. run npm i or yarn to get dependancies
  2. if your jdk version is not v13, get it from here
  3. get lavalink jar file from here
  4. place C:\path\to\download\folder\Lavalink.jar to C:\path\to\this\code\folder\lavalink/lavalink.jar
  5. run java -jar lavalink/lavalink.jar to start lavalink server
  6. open mysql shell and run source database.sql
  7. copy default configuration from config.inc.json to config.json
  8. edit your config.json file
  9. run npm i or yarn to get dependancies
  10. open another terminal and run yarn start

Linux

  1. run npm i or yarn to get dependancies
  2. if your jdk version is not v13, get it from here
  3. run ./install.sh to get lavalink.jar file
  4. run java -jar lavalink/lavalink.jar to start lavalink server
  5. type sudo mysql to open mysql shell and run source database.sql
  6. copy default configuration from config.inc.json to config.json
  7. edit your config.json file
  8. run npm i or yarn to get dependancies
  9. open another terminal and run yarn start