You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Default retry count is 3, with a hard top of 5. This can be changed with the `max_retries` argument ([#763](https://github.com/hikari-py/hikari/issues/763))
31
+
- New `is_for_emoji` methods to relevant reaction events ([#770](https://github.com/hikari-py/hikari/issues/770))
- Handling of interaction models passed to the webhook message endpoints as the "webhook" field ([#759](https://github.com/hikari-py/hikari/issues/759))
41
+
- Fix passing `embeds` arguments in `create_interaction_response` and `edit_initial_response` endpoints
42
+
- Fix deserialization of embeds in `create_interaction_response`
43
+
- Fix `TypeErrors` raised in `edit_initial_response` when passing a list of embeds ([#779](https://github.com/hikari-py/hikari/issues/779))
44
+
- Improve typing for message objects and message update methods
45
+
- Fix the use of `typing.Optional` where `undefined.UndefinedOr` should have been used
46
+
- Remove trying to acquire guild_id from the cached channel on PartialMessage
47
+
- Instead, clearly document the issue Discord imposes by not sending the guild_id
48
+
-`is_webhook` will now return `undefined.UNDEFINED` if the information is not available
49
+
- Fix logic in `is_human` to account for the changes in the typing
50
+
- Set `PartialMessage.member` to `undefined.UNDEFINED` when Discord edit the message to display an embed/attachment ([#783](https://github.com/hikari-py/hikari/issues/783))
51
+
-`CommandOption.value` will now be cast to a `Snowflake` for types 6-9 ([#785](https://github.com/hikari-py/hikari/issues/785))
52
+
53
+
54
+
Improved Documentation
55
+
----------------------
56
+
57
+
- Fix typo in Colorish docstring ([#755](https://github.com/hikari-py/hikari/issues/755))
58
+
- Remove duplicate raise type in REST and guilds docstrings ([#768](https://github.com/hikari-py/hikari/issues/768))
59
+
- Fix various spelling mistakes ([#773](https://github.com/hikari-py/hikari/issues/773))
60
+
61
+
9
62
*This file was added during the development of version 2.0.0.dev102, so nothing before that is documented.*
0 commit comments