@@ -55,6 +55,8 @@ These changes are available on the `master` branch, but have not yet been releas
55
55
([ #2714 ] ( https://github.com/Pycord-Development/pycord/pull/2714 ) )
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
+ - Added various missing channel parameters and allow ` default_reaction_emoji ` to be
59
+ ` None ` . ([ #2772 ] )(https://github.com/Pycord-Development/pycord/pull/2772 )
58
60
- Added ` discord.Interaction.created_at ` .
59
61
([ #2801 ] ( https://github.com/Pycord-Development/pycord/pull/2801 ) )
60
62
@@ -107,16 +109,6 @@ These changes are available on the `master` branch, but have not yet been releas
107
109
([ #2739 ] ( https://github.com/Pycord-Development/pycord/pull/2739 ) )
108
110
- Fixed missing ` None ` type hints in ` Select.__init__ ` .
109
111
([ #2746 ] )(https://github.com/Pycord-Development/pycord/pull/2746 )
110
- - Fixed parameters for channels And allow creating channels with None as default
111
- - Added missing parameters to ` create_text_channel ` : ` default_thread_slowmode_delay ` and
112
- ` default_auto_archive_duration ` .
113
- - Added missing parameters to ` create_voice_channel ` : ` slowmode_delay ` and ` nsfw ` .
114
- - Added missing parameters to ` create_stage_channel ` : ` bitrate ` , ` user_limit ` ,
115
- ` rtc_region ` , ` video_quality_mode ` , ` slowmode_delay ` , and ` nsfw ` .
116
- - Added missing parameters to ` create_forum_channel ` : ` available_tags ` ,
117
- ` default_sort_order ` , ` default_thread_slowmode_delay ` , and
118
- ` default_auto_archive_duration ` . Also allow ` default_reaction_emoji ` to be ` None ` .
119
- ([ #2772 ] )(https://github.com/Pycord-Development/pycord/pull/2772 )
120
112
- Fixed ` TypeError ` when using ` Flag ` with Python 3.11+.
121
113
([ #2759 ] ( https://github.com/Pycord-Development/pycord/pull/2759 ) )
122
114
- Fixed ` TypeError ` when specifying ` thread_name ` in ` Webhook.send ` .
0 commit comments