This repository has been archived by the owner on Mar 13, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: update create forum thread endpoint * feat 💥: Create NewThreadCreate event * feat: add forum list_posts * feat: add forum fetch post * feat: add forum get_tag * feat: create_post now supports abstract tags * feat: impliment non-async list posts * refactor: rename list_posts -> fetch_posts * feat 💥: create GuildForumPost object * feat: add support for post pinning * docs: update typehints * docs: remove `forum post only` comments * docs: type fix on edit method * fix: tag emoji is now optional * feat: support archived posts * fix: use elif * fix: handle dict passed in applied tags * fix: correctly process the set tags Co-authored-by: Daniel <daniel.jaek@gmail.com>
- Loading branch information
1 parent
8dabe60
commit 3f0d211
Showing
5 changed files
with
249 additions
and
43 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
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
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.