A powerful Dart library for interacting with the Discord API.
|
||
---|---|---|
doc/api | ||
lib | ||
.gitignore | ||
analysis_options.yaml | ||
CHANGELOG.md | ||
LICENSE | ||
pubspec.yaml | ||
README.md |
discord.dart
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
Credits
We took inspiration from discord.js and Grapes-discord.grapes.
Packages
- http by dart.dev (BSD-3-Clause)
- events-emitter by drafakiller.com (MIT)