Soheab
Soheab
> Making `ctx`optional would be breaking. Instead, a new `author` (or whatever you wanna call it) kwarg could be added as Soheab suggests, and `target` could be deprecated. `ctx` would...
Maybe an unintended side-effect, Guild + AppEmoji is valid: ```py emoji = await utils.get_or_fetch(, discord.AppEmoji, ) print(type(emoji)) # discord.GuildEmoji ```
Tested and works, outside of the 2 comments above.
> I personally don't really see much point in this feature? The attachment converter has merits since it's a relatively common thing to desire but stickers feel niche considering the...
There is already a PR for this: #10190 ~~even though this implementation looks majorly better~~
The API docs have been merged per https://github.com/discord/discord-api-docs/commit/a1bac5f61574df372c44d73624e725c2c9ef8bc1 !
> I'm aware the others are undocumented but could we also document this? I have documented it under Application commands > command helpers. I don't think it needs a separate...
> I'm aware `describe` is not documented, but could we possibly document em as well? I have documented it under Application commands > command helpers. I don't think it needs...
.. Are there any updates on this? This would be really nice to have.
Where is the minimal reproducible code? It's unhelpful to claim something while not showing what you tried. The content of forwarded messages should be accessible via [Message.message_snapshots](https://discordpy.readthedocs.io/en/stable/api.html#discord.Message.message_snapshots)[n].content, with the [message_content...