@@ -56,7 +56,7 @@ These changes are available on the `master` branch, but have not yet been releas
5656- Added the ability to pass a ` datetime.time ` object to ` format_dt ` .
5757 ([ #2747 ] ( https://github.com/Pycord-Development/pycord/pull/2747 ) )
5858- 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 ) )
6060- Added ` discord.Interaction.created_at ` .
6161 ([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
6262
@@ -108,15 +108,13 @@ These changes are available on the `master` branch, but have not yet been releas
108108- Fixed ` ForumChannel.edit ` allowing ` default_reaction_emoji ` to be ` None ` .
109109 ([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
110110- 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 ) )
112112- Fixed ` TypeError ` when using ` Flag ` with Python 3.11+.
113113 ([ #2759 ] ( https://github.com/Pycord-Development/pycord/pull/2759 ) )
114114- Fixed ` TypeError ` when specifying ` thread_name ` in ` Webhook.send ` .
115115 ([ #2761 ] ( https://github.com/Pycord-Development/pycord/pull/2761 ) )
116116- Updated ` valid_locales ` to support ` in ` and ` es-419 ` .
117117 ([ #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 ) )
120118- Fixed ` Webhook.edit ` not working with ` attachments=[] ` .
121119 ([ #2779 ] ( https://github.com/Pycord-Development/pycord/pull/2779 ) )
122120- Fixed GIF-based ` Sticker ` returning the wrong ` url ` .
0 commit comments