lavalink-rs

A lavalink API wrapping library for every tokio discord crate.

To-Do

Links to download stuff you will need

How to use

Install the version from crates.io:

```toml lavalink-rs = "0.10.0-beta"

or

[dependencies.lavalink-rs] version = "0.10.0-beta" ```

Or the development release:

```toml lavalink-rs = { git = "https://gitlab.com/vicky5124/lavalink-rs/", branch = "main"}

or

[dependencies.lavalink-rs] git = "https://gitlab.com/vicky5124/lavalink-rs/" branch = "main" ```

If you wish to use a development version of songbird, add the following to the Cargo.toml:

toml [patch.crates-io.serenity] git = "https://github.com/serenity-rs/songbird" branch = "next"

Features