reflect-nexus
v1.0.7
Published
Simple and minimalistic audio node for Discord based on @discordjs/voice
Downloads
7
Maintainers
Readme
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"
}