-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add support for report_reaction endpoint (#128)
* feat: Add support for report_reaction endpoint - This is to support message reactions launch. This will replace report_feedback which will be marked deprecated but still functional. Will update documentation around launch time - Tested end-to-end with server bot running locally and trying different reactions and verifying endpoint is called - Some formatting changes are in here since I ran all the recommended steps in the documentation - Updated version to 0.0.49 * Fix formatting errors by running pre-commit * Remove on_reaction and only keep on_reaction_with_context
- Loading branch information
1 parent
88817f0
commit d6b0de8
Showing
5 changed files
with
74 additions
and
2 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
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