Skip to content
This repository has been archived by the owner on Apr 17, 2022. It is now read-only.
/ gorou Public archive

[DEPRECATED, use https://github.com/zhycorp/venti instead] Open-source Discord music bot with Lavalink featured with an awesome new thing on Discord.

License

Notifications You must be signed in to change notification settings

zhycorpdev-bot/gorou

Repository files navigation

Gorou

Open-source Discord music bot with Lavalink featured with an awesome new thing on Discord.

Discord server CI Status

Usage

Requires Node.js version v16.6.0 or above and Requires Lavalink Server.

  1. Install Node.js
  2. Delete old .env, rename .env_example to .env and fill out the values
  3. Fill out NODES with your Lavalink credentials
  4. Install dependencies as stated here before you continue surfing
  5. Run npm run build using Node package manager
  6. Optional thing, prune dev dependencies (this is good to save disk spaces):
$ npm prune --production
  1. Start it with npm start, and you're done!

Installation

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.

Features

  • Music commands
  • Slash commands support
  • Context menu support
  • Button pagination support
  • Docker-friendly (if you're advanced user)