Ice Wolfy
Ice Wolfy
A good solution for this would be an opt-in argument like `include_silence=boolean`
I have been working with this PR and when working with message commands the channel is not being set properly. I also tested on master and did not get this...
The problem is I looked at the code for about an hour and could not figure out what is causing the bug 😅
I have checked again and it appears to work on master but not on this PR. I checked the difference between the interaction payload that I received The only differences...
I am not entirely sure what you mean as User Apps cannot fetch messages as far as I am aware. When running ```py m = await ctx.respond(embed=await view.create_embed(), view=view) m...
The wrong channel is set on the message returned from only message commands from my testing. It is wrong when the message command is used in a guild or a...
They do. `d.channel` has a complete channel object. At least for message command interactions.
I have thoroughly tested the PR as of 1 month ago. All of the core functionality works. It does not look like any major changes to functionality were made recently.
Hello again Matt, I was wondering if there is any update to this issue. I seem to still be experiencing these issues. Wolfy
> Additionally, examples in the `example/ui` directory should be something to consider. This could be done in a separate PR to not delay this PR.