1.1.1
This commit is contained in:
parent
0fba5a8276
commit
13c703d20f
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
## 1.1.1
|
||||||
|
- Fix readme
|
||||||
|
|
||||||
## 1.1.0
|
## 1.1.0
|
||||||
- Changed `webhookclient.send() -> webhookclient.sendText()`
|
- Changed `webhookclient.send() -> webhookclient.sendText()`
|
||||||
- Add `webhookclient.send(String content, List<Map<String, dynamic>> embeds)`
|
- Add `webhookclient.send(String content, List<Map<String, dynamic>> embeds)`
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# discord.dart
|
# 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.
|
This package is work in progress.
|
||||||
|
|
||||||
## Webhooks
|
## Webhooks
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: tn_discord
|
name: tn_discord
|
||||||
description: A powerful Dart library for interacting with the Discord API.
|
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
|
repository: https://github.com/ThunderNetworkRaD/discord.dart
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue