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/CHANGELOG.md

36 lines
949 B
Markdown
Raw Permalink Normal View History

2023-08-13 12:54:23 +02:00
# 1.3.0
- Renamed `calculateIntents` to `intentsCalculator`
2023-08-13 13:56:37 +02:00
- Add set slashcommands
2023-08-13 12:54:23 +02:00
- Add GuildDiscoverySplash
2023-08-13 13:56:37 +02:00
- Adding Docs in Guild Class
2023-08-13 12:54:23 +02:00
- Fix `guild_icon`
- Fix `guild_splash`
- Removed `base_image`
- Removed `notUpdatedGuild` from UnavailableGuild
2023-08-08 16:59:38 +02:00
# 1.2.0
- Add `client`
- Add Event Emitter/Listener (`client.on`)
- Add GatewayIntentsBits class
- Add Event Class
- Add Event `Ready`
- Add Event `GuildCreate`
- Add Event `GuildDelete`
- Add Event `InteractionCreate`
- Add many classes
2023-08-01 18:24:33 +02:00
# 1.1.1
2023-07-31 13:28:57 +02:00
- Fix readme
2023-08-01 18:24:33 +02:00
# 1.1.0
2023-07-31 13:24:04 +02:00
- Changed `webhookclient.send() -> webhookclient.sendText()`
- Add `webhookclient.send(String content, List<Map<String, dynamic>> embeds)`
- Add `webhookclient.edit(String message-id, {String content, List<Map<String, dynamic>> embeds})`
- Add `webhookclient.editText(String message-id, String content)`
- Add `webhookclient.get(String message-id)`
- Add `webhookclient.delete(String message-id)`
2023-08-01 18:24:33 +02:00
# 1.0.0
2023-07-24 18:20:51 +02:00
- Initial version.