A powerful Dart library for interacting with the Discord API.
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.
Find a file
Killer Boss Original b7c12bae1f add websocket connection
Co-authored-by: GabrieleYT9768 <GabrieleYT9768@users.noreply.github.com>
2023-08-01 21:20:43 +02:00
doc/api Modifying docs 2023-08-01 18:24:33 +02:00
lib add websocket connection 2023-08-01 21:20:43 +02:00
.gitignore 1.1.0 2023-07-31 13:24:04 +02:00
analysis_options.yaml 1.0.0 2023-07-24 18:20:51 +02:00
CHANGELOG.md Modifying docs 2023-08-01 18:24:33 +02:00
LICENSE 1.0.0 2023-07-24 18:20:51 +02:00
pubspec.yaml 1.1.1 2023-07-31 13:28:57 +02:00
README.md 1.1.1 2023-07-31 13:28:57 +02:00
test.dart add websocket connection 2023-08-01 21:20:43 +02:00

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