@@ -56,7 +56,7 @@ These changes are available on the `master` branch, but have not yet been releas
56
56
- Added the ability to pass a ` datetime.time ` object to ` format_dt ` .
57
57
([ #2747 ] ( https://github.com/Pycord-Development/pycord/pull/2747 ) )
58
58
- Added various missing channel parameters and allow ` default_reaction_emoji ` to be
59
- ` None ` . ([ #2772 ] ) (https://github.com/Pycord-Development/pycord/pull/2772 )
59
+ ` None ` . ([ #2772 ] ( https://github.com/Pycord-Development/pycord/pull/2772 ) )
60
60
- Added ` discord.Interaction.created_at ` .
61
61
([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
62
62
@@ -108,15 +108,13 @@ These changes are available on the `master` branch, but have not yet been releas
108
108
- Fixed ` ForumChannel.edit ` allowing ` default_reaction_emoji ` to be ` None ` .
109
109
([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
110
110
- Fixed missing ` None ` type hints in ` Select.__init__ ` .
111
- ([ #2746 ] ) (https://github.com/Pycord-Development/pycord/pull/2746 )
111
+ ([ #2746 ] ( https://github.com/Pycord-Development/pycord/pull/2746 ) )
112
112
- Fixed ` TypeError ` when using ` Flag ` with Python 3.11+.
113
113
([ #2759 ] ( https://github.com/Pycord-Development/pycord/pull/2759 ) )
114
114
- Fixed ` TypeError ` when specifying ` thread_name ` in ` Webhook.send ` .
115
115
([ #2761 ] ( https://github.com/Pycord-Development/pycord/pull/2761 ) )
116
116
- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
117
117
([ #2767 ] ( https://github.com/Pycord-Development/pycord/pull/2767 ) )
118
- - Fixed support emoji aliases like ` :smile: ` in PartialEmoji.from_str.
119
- ([ #2774 ] ( https://github.com/Pycord-Development/pycord/pull/2774 ) )
120
118
- Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
121
119
([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
122
120
- Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
0 commit comments