discord.py
discord.py copied to clipboard
Add ability to create a media-only forum channel
Summary
This PR makes it possible to create a media-only forum channel by setting media to True in Guild.create_forum().
Not tested as IIRC it requires some sort of subscription.
Checklist
- [ ] If code changes were made then they have been tested.
- [x] I have updated the documentation to reflect the changes.
- [ ] This PR fixes an issue.
- [x] This PR adds something new (e.g. new method or parameters).
- [ ] This PR is a breaking change (e.g. methods or parameters removed/renamed)
- [ ] This PR is not a code change (e.g. documentation, README, ...)
For context on Media Channels:
- Server Shop - U.S. discord users can enable Monetization on their server - which grants access to creating Media Channels
- Media Channels
Run
black.
Done.