nyxx_lavalink 4.0.0-dev.1 nyxx_lavalink: ^4.0.0-dev.1 copied to clipboard
Support for playing audio in Discord voice channels using nyxx, powered by Lavalink.
nyxx_lavalink #
A simple to use wrapper around the Lavalink API for Discord bots using nyxx.
This package does not contain a Lavalink server. Follow the instructions here (or here, if you're using Docker) to run a server, then provide the server address when creating your LavalinkPlugin
instance.
nyxx_lavalink uses Lavalink version 4. If you get errors, ensure your Lavalink server is running version 4 or above.
Other nyxx packages #
- nyxx_commands: A command framework for handling both simple & complex commands.
- nyxx_extensions: Pagination, emoji utilities and other miscellaneous helpers for developing bots using nyxx.
Additional documentation & help #
The API documentation for the latest stable version can be found on pub.
Docs and wiki #
Tutorials and wiki articles are hosted here, as well as API documentation for development versions from GitHub.
Official nyxx Discord server #
Our Discord server is where you can get help for any nyxx packages, as well as release announcements and discussions about the library.
Discord API docs #
Discord's API documentation details what nyxx implements & provides more detailed explanations of certain topics.
Discord API Server #
The unofficial guild for Discord Bot developers. To get help with nyxx check #dart_nyxx
channel.
Pub.dev docs #
The dartdocs page will always have the documentation for the latest release.
Contributing to Nyxx #
Read the contributing document