Nexus
Nexus copied to clipboard
[WIP] Simple and minimalistic audio node for Discord based on @discordjs/voice
Nexus
Reflect Nexus is a simple and minimalistic audio node for Discord based on @discordjs/voice
WIP
Features
- REST & WebSocket
- Easy to setup
- Multiple clients support
- Authorization support
Installing
$ npm install reflect-nexus
Start Nexus
package.json
"start": {
"nexus": "reflect-nexus -s"
}