A powerful Dart library for interacting with the Discord API.
lib | ||
.gitignore | ||
analysis_options.yaml | ||
CHANGELOG.md | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
discord.dart
This package is work in progress.
Webhooks
import 'package:tn_discord/tn_discord.dart';
main() {
const webhook = WebookClient(options);
webhook.send(String message);
}
Webhook Options
- url: String
- id: String
- token: String url overrides id and token