discore 0.1.0 copy "discore: ^0.1.0" to clipboard
discore: ^0.1.0 copied to clipboard

A modern, lightning-fast Discord API v10 wrapper for Dart with first-class voice support and zero external dependencies. Perfect for building Discord bots, music bots, and moderation tools.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add discore

With Flutter:

 $ flutter pub add discore

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  discore: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:discore/discore.dart';
0
likes
120
points
30
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Weekly Downloads

A modern, lightning-fast Discord API v10 wrapper for Dart with first-class voice support and zero external dependencies. Perfect for building Discord bots, music bots, and moderation tools.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, intl, logging, meta, web_socket_channel

More

Packages that depend on discore