This repository has been archived on 2024-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
discord-dart/README.md
2023-07-31 13:24:04 +02:00

410 B

discord.dart

https://img.shields.io/pub/v/tn_discord?color=red&logo=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