Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhycorpdev-bot/gorou
[DEPRECATED, use https://github.com/zhycorp/venti instead] Open-source Discord music bot with Lavalink featured with an awesome new thing on Discord.
https://github.com/zhycorpdev-bot/gorou
discord discord-bot discord-js discord-music-bot javascript lavalink node nodejs typescript zhycorp
Last synced: about 1 month ago
JSON representation
[DEPRECATED, use https://github.com/zhycorp/venti instead] Open-source Discord music bot with Lavalink featured with an awesome new thing on Discord.
- Host: GitHub
- URL: https://github.com/zhycorpdev-bot/gorou
- Owner: zhycorpdev-bot
- License: agpl-3.0
- Archived: true
- Created: 2021-08-11T13:58:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-17T07:26:31.000Z (over 2 years ago)
- Last Synced: 2024-11-01T11:02:29.225Z (about 1 month ago)
- Topics: discord, discord-bot, discord-js, discord-music-bot, javascript, lavalink, node, nodejs, typescript, zhycorp
- Language: TypeScript
- Homepage: https://github.com/zhycorp/venti
- Size: 2.36 MB
- Stars: 19
- Watchers: 1
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-made-by-indonesian - Gorou - `Open-source Discord music bot with Lavalink featured with an awesome new thing on Discord.` *by [Zhycorp Development](https://github.com/zhycorp)* (G)
README
# Gorou
> Open-source Discord music bot with Lavalink featured with an awesome new thing on Discord.## Usage
**Requires [Node.js](https://nodejs.org) version v16.6.0 or above and**
**Requires [Lavalink Server](https://github.com/freyacodes/Lavalink).**1. Install [Node.js](https://nodejs.org)
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](https://github.com/zhycorp/disc-11#Installation) 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):
```sh
$ npm prune --production
```
7. Start it with `npm start`, and you're done!## Installation
Without optional packages:
```sh
$ npm install --no-optional
```With optional packages (recommended):
```sh
$ npm install
```
For optional packages, you need to install build tools as stated [here](https://github.com/nodejs/node-gyp#installation) and you also need to install [Git](https://git-scm.com/).## Features
- Music commands
- Slash commands support
- Context menu support
- Button pagination support
- Docker-friendly (if you're advanced user)