tn_discord 1.1.1 copy "tn_discord: ^1.1.1" to clipboard
tn_discord: ^1.1.1 copied to clipboard

A powerful Dart library for interacting with the Discord API.

discord.dart #

Pub

This package is work in progress.

Webhooks #

Initializations #

import 'package:tn_discord/tn_discord.dart';
main() {
    const webhook = WebookClient(/*Webhook Options*/);
}

Webhook Options #

  • url: String
  • id: String
  • token: String url overrides id and token
1
likes
130
points
82
downloads

Documentation

API reference

Publisher

verified publisherthundernetwork.org

Weekly Downloads

A powerful Dart library for interacting with the Discord API.

License

Apache-2.0 (license)

Dependencies

events_emitter, http

More

Packages that depend on tn_discord