teaishealthy
teaishealthy
PyJWT does not support all valid JSON types as the payload. ## Expected Result `str`s, `int`s, `float`s and `list`s (even better `Sequence`s) should be able to encoded in the payload...
## Summary Resolves #800 ## Checklist - [ ] If code changes were made then they have been tested. - [x] I have updated the documentation to reflect the changes....
## Summary Resolves #769 ## Checklist - [x] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect the changes....
## Summary Resolves #771 by adding typehints to the non-overload method ## Checklist - [x] If code changes were made then they have been tested. - [ ] I have...
## Summary Implement soundboard and the Voice Channel Effect Send event. Closes #1047 https://github.com/discord/discord-api-docs/pull/6025 https://github.com/discord/discord-api-docs/pull/6260 `id` is the same `sound_id`, just not available sometimes? ¯\\\_(ツ)_/¯ ## This is a **Code...
## Summary Fixes #1168 edit_original_message incorrectly passed `ConnectionState` to the created `InteractionMessage`, it expected `_InteractionMessageState` ## This is a **Code Change** - [x] I have tested my changes. - [x]...
What is the private key used for signing any POST request? And why is it using a [static key]( https://github.com/mediaurl/mediaurl-js/blob/d5624deb755a18fcae155767cc49d25a265809bd/packages/sdk/src/utils/signature.ts#L3)?