Awesome
Gorou
Open-source Discord music bot with Lavalink featured with an awesome new thing on Discord.
<a href="https://zhycorp.net/discord"><img src="https://img.shields.io/discord/332877090003091456?color=7289da&logo=discord&logoColor=white" alt="Discord server" /></a> <img src="https://badgen.net/badge/icon/typescript?icon=typescript&label"></a> <a href="https://github.com/zhycorp/gorou/actions?query=workflow%3A%22Lint+code+%26+compile+test%22"><img src="https://github.com/zhycorp/gorou/workflows/Lint%20code%20&%20compile%20test/badge.svg" alt="CI Status" /></a>
Usage
Requires Node.js version v16.6.0 or above and Requires Lavalink Server.
- Install Node.js
- Delete old
.env
, rename.env_example
to.env
and fill out the values - Fill out
NODES
with your Lavalink credentials - Install dependencies as stated here before you continue surfing
- Run
npm run build
using Node package manager - Optional thing, prune dev dependencies (this is good to save disk spaces):
$ npm prune --production
- 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)