lavalink 1.0.0 copy "lavalink: ^1.0.0" to clipboard
lavalink: ^1.0.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();
}
0
likes
120
pub points
5%
popularity

Publisher

verified publisherl7ssha.xyz

An implementation of the Lavalink API for Discord Voice.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

http, json_annotation

More

Packages that depend on lavalink