Dorukyum
Dorukyum
Can you try using only `discord.Emoji`, this should use the converter
The ID is the same as the parent because subcommands behave like options in the API, but I get that get_command should also look for subcommands. Will add that.
Proxies don't seem to be supported by the webhook adapter, I'm updating this issue to be a feature request.
I'm facing two issues. The code I used for testing: ```py bot = bridge.Bot(command_prefix="t.", intents=Intents.all()) @bot.bridge_group(description="Test command") async def hello(ctx: bridge.BridgeContext, attachment: Attachment): await ctx.respond(attachment.filename) ``` 1. The slash command...
Could we add an example?
I get the following error on startup now: ``` Traceback (most recent call last): File "test.py", line 9, in async def hello(ctx: bridge.BridgeContext): File "discord/ext/bridge/bot.py", line 88, in decorator result...
`PartialEmoji`s are sent by Discord. The class is not supposed to be used by developers to check whether a string is an emoji or not.
Not planned for 2.x.
Completed in #1699.
BaseCommand could be more fitting than Invokable.