This commit is contained in:
killerboss 2023-07-31 13:28:57 +02:00
parent 0fba5a8276
commit 13c703d20f
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,6 @@
## 1.1.1
- Fix readme
## 1.1.0
- Changed `webhookclient.send() -> webhookclient.sendText()`
- Add `webhookclient.send(String content, List<Map<String, dynamic>> embeds)`

View file

@ -1,5 +1,6 @@
# discord.dart
![https://img.shields.io/pub/v/tn_discord?color=red&logo=dart](https://github.com/ThunderNetworkRaD/discord.dart)
[![Pub](https://img.shields.io/pub/v/tn_discord?color=red&logo=dart)](https://github.com/ThunderNetworkRaD/discord.dart)
This package is work in progress.
## Webhooks

View file

@ -1,6 +1,6 @@
name: tn_discord
description: A powerful Dart library for interacting with the Discord API.
version: 1.1.0
version: 1.1.1
repository: https://github.com/ThunderNetworkRaD/discord.dart