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
Conversation
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
LordOfPolls
added
New Feature::Discord
Adding support for a new discord feature
New Feature::Library
A new feature for the library
labels
Sep 15, 2022
7 tasks
Kigstn
suggested changes
Sep 16, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gonna test this over the next days. But for now support for pinning posts is missing
Kigstn
suggested changes
Sep 16, 2022
Kigstn
suggested changes
Sep 17, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
create_tag()
currently requires an emoji, this needs to be optional
Kigstn
suggested changes
Sep 17, 2022
Kigstn
reviewed
Sep 17, 2022
Kigstn
reviewed
Sep 17, 2022
Kigstn
approved these changes
Sep 25, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
New Feature::Discord
Adding support for a new discord feature
New Feature::Library
A new feature for the library
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What type of pull request is this?
Description
Rewrites / ammends the forum implimentation to be more user friendly, and inline with the spec
Changes
NewThreadCreate
event that only dispatches for brand new threadslist_posts
method to forumsfetch_post
method to forumsget_post
method to forumsget_tag
method to forumscreate_post
to handle string, int, and object available tagsChecklist
Python 3.10.x