Skip to content

Commit 62879fb

Browse files
committed
fix: add missing parameters to channel creation methods and deprecate unsupported nsfw for categories
1 parent d401df9 commit 62879fb

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,15 @@ These changes are available on the `master` branch, but have not yet been releas
108108
- Fixed missing `None` type hints in `Select.__init__`.
109109
([#2746])(https://github.com/Pycord-Development/pycord/pull/2746)
110110
- 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)
113120
- Fixed `TypeError` when using `Flag` with Python 3.11+.
114121
([#2759](https://github.com/Pycord-Development/pycord/pull/2759))
115122
- 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
150157
([#2501](https://github.com/Pycord-Development/pycord/pull/2501))
151158
- Deprecated `Interaction.cached_channel` in favor of `Interaction.channel`.
152159
([#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)
153162

154163
### Removed
155164

0 commit comments

Comments
 (0)