discord.py icon indicating copy to clipboard operation
discord.py copied to clipboard

Add ability to create a media-only forum channel

Open Soheab opened this issue 10 months ago • 1 comments

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, ...)

Soheab avatar Apr 24 '25 21:04 Soheab

For context on Media Channels:

  1. Server Shop - U.S. discord users can enable Monetization on their server - which grants access to creating Media Channels
  2. Media Channels

LuciBryden avatar Apr 25 '25 00:04 LuciBryden

Run black.

Done.

Soheab avatar Jun 20 '25 18:06 Soheab