-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: support media channels (#1050)
Co-authored-by: shiftinv <8530778+shiftinv@users.noreply.github.com>
- Loading branch information
1 parent
0b1a047
commit 23d9106
Showing
21 changed files
with
1,425 additions
and
771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
- Add support for media channels. | ||
- Add :class:`MediaChannel`. | ||
- Unless otherwise noted, media channels behave just like forum channels. | ||
- Add :attr:`ChannelType.media`. | ||
- Add :attr:`CategoryChannel.media_channels`, :attr:`Guild.media_channels`. | ||
- Add :attr:`CategoryChannel.create_media_channel`, :attr:`Guild.create_media_channel`. | ||
- Add :attr:`ChannelFlags.hide_media_download_options`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.