Ethan
Ethan
## Summary This pull request adds a simplistic interface for attaching local images to embeds. Test code can be found [here](https://paste.nextcord.dev/?id=1654098173570265) and all cases in the code work as expected...
### Summary When using `Intents.none()`, `disnake.Message.thread` will fail to resolve on un-cached guilds resulting in errors. ### Reproduction Steps I do not have the full reproduction steps, I fixed this...
### Is your feature request related to a problem? Please describe. I have a use case where I wish to timeout members. Currently, I can't, I just have to error...
### Describe the bug When using ``UserMessage`` form ``on_message``, ``msg.type is MISSING`` ### Steps to Reproduce _No response_ ### Relevant console output _No response_ ### Pincer Version used 0.15.3
### Is your feature request related to a problem? Please describe. Currently, the following method doesn't appear to throw errors, if say, for example, sending the message fails. - ``.send``...
### Is your feature request related to a problem? Please describe. Any calls to ``from_id`` or fetches should add the objects to a cache. Currently they don't, and this results...
### Describe the bug Channel is typed as ``Union[Embed, Message, str]`` and User is ``Union[Embed, Message, str, Tuple, List]`` This lacks a lot of things, and it would be nice...
### Is your feature request related to a problem? Please describe. I have a suitable usecase for needing *all* mentions in a message, however, they are currently split out into...
### Is your feature request related to a problem? Please describe. Currently, I need to dive down into type enums and run checks myself. This is not ideal for an...
### Describe the bug When attempting to pass the id's for both the message id and channel id, I receive the following type inference issue. ``Expected type 'Snowflake', got 'int'...