Skip to content

Commit f0878b0

Browse files
committed
fix: add missing parameters for channel creation and allow default_reaction_emoji to be None
1 parent 469a4e2 commit f0878b0

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

CHANGELOG.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ These changes are available on the `master` branch, but have not yet been releas
5555
([#2714](https://github.com/Pycord-Development/pycord/pull/2714))
5656
- Added the ability to pass a `datetime.time` object to `format_dt`.
5757
([#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)
5860
- Added `discord.Interaction.created_at`.
5961
([#2801](https://github.com/Pycord-Development/pycord/pull/2801))
6062

@@ -107,16 +109,6 @@ These changes are available on the `master` branch, but have not yet been releas
107109
([#2739](https://github.com/Pycord-Development/pycord/pull/2739))
108110
- Fixed missing `None` type hints in `Select.__init__`.
109111
([#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)
120112
- Fixed `TypeError` when using `Flag` with Python 3.11+.
121113
([#2759](https://github.com/Pycord-Development/pycord/pull/2759))
122114
- Fixed `TypeError` when specifying `thread_name` in `Webhook.send`.

0 commit comments

Comments
 (0)