@@ -108,8 +108,15 @@ These changes are available on the `master` branch, but have not yet been releas
108
108
- Fixed missing ` None ` type hints in ` Select.__init__ ` .
109
109
([ #2746 ] )(https://github.com/Pycord-Development/pycord/pull/2746 )
110
110
- Fixed parameters for channels And allow creating channels with None as default
111
- reaction ([ #2754 ] )(https://github.com/Pycord-Development/pycord/pull/2754 )
112
- ([ #2746 ] ( https://github.com/Pycord-Development/pycord/pull/2746 ) )
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 )
113
120
- Fixed ` TypeError ` when using ` Flag ` with Python 3.11+.
114
121
([ #2759 ] ( https://github.com/Pycord-Development/pycord/pull/2759 ) )
115
122
- Fixed ` TypeError ` when specifying ` thread_name ` in ` Webhook.send ` .
@@ -150,6 +157,8 @@ These changes are available on the `master` branch, but have not yet been releas
150
157
([ #2501 ] ( https://github.com/Pycord-Development/pycord/pull/2501 ) )
151
158
- Deprecated ` Interaction.cached_channel ` in favor of ` Interaction.channel ` .
152
159
([ #2658 ] ( https://github.com/Pycord-Development/pycord/pull/2658 ) )
160
+ - Deprecated ` nsfw ` for categories, as it was never supported.
161
+ ([ #2772 ] )(https://github.com/Pycord-Development/pycord/pull/2772 )
153
162
154
163
### Removed
155
164
0 commit comments