lavalink 1.1.0 copy "lavalink: ^1.1.0" to clipboard
lavalink: ^1.1.0 copied to clipboard

An implementation of the Lavalink API for Discord Voice.

example/example.dart

import 'package:lavalink/lavalink.dart';

void main() async {
  final client = await LavalinkClient.connect(Uri.http('localhost:2333'), password: 'youshallnotpass', userId: '1');

  print(await client.getVersion());

  await client.close();
}
1
likes
160
points
121
downloads

Documentation

API reference

Publisher

verified publisherl7ssha.xyz

Weekly Downloads

An implementation of the Lavalink API for Discord Voice.

Repository (GitHub)
View/report issues
Contributing

License

Apache-2.0 (license)

Dependencies

http, json_annotation, meta

More

Packages that depend on lavalink