-
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: implement remaining forum channel features (#726)
Co-authored-by: onerandomusername <[email protected]>
- Loading branch information
1 parent
62ad564
commit 1860aa7
Showing
14 changed files
with
856 additions
and
75 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 @@ | ||
Implement remaining forum channel features. | ||
- Add :class:`ForumTag` dataclass. | ||
- Add :attr:`ForumChannel.available_tags` and :attr:`Thread.applied_tags`. | ||
- Add :func:`ForumChannel.get_tag`, :func:`ForumChannel.get_tag_by_name`, :func:`Thread.add_tags` and :func:`Thread.remove_tags`. | ||
- Add :attr:`ForumChannel.default_thread_slowmode_delay`, :attr:`ForumChannel.default_reaction`, and :attr:`ForumChannel.default_sort_order`. | ||
- Add :attr:`ChannelFlags.require_tag` and :attr:`ForumChannel.requires_tag`. | ||
- New audit log fields for the above features. |
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.