[FEAT] Add missing channel creation helper methods #1487
Open
Description
Library Version
5.8.0
Describe the Bug
create_forum_channel()
and create_media_channel()
is missing
Steps to Reproduce
try to create a forum/media channel without using the normal create_channel(channel_type=ChannelType.GUILD_FORUM/MEDIA)
method
Expected Results
That they would be there
Minimal Reproducible Code
No response
Traceback
No response
Checklist
- I have searched the open issues for duplicates.
- I have shown the entire traceback, if possible.
- I have removed my token from display, if visible.
- I have attempted to debug this myself, and I believe this issue is with the library
Additional Information
No response