pycord
pycord copied to clipboard
Bridge command missing description
Summary
Description of prefix bridge command is missing
Reproduction Steps
Create any bridge command with description.
Minimal Reproducible Code
@bot.bridge_command(description="really useful description")
async def test(ctx):
await ctx.respond(f"Description: {ctx.command.description}")
Expected Results

Actual Results

Intents
default + message_content
System Information
- Python v3.9.9-final
- py-cord v2.1.1-final
- aiohttp v3.8.1
- system info: Windows 10 10.0.17763
Checklist
- [X] I have searched the open issues for duplicates.
- [X] I have shown the entire traceback, if possible.
- [X] I have removed my token from display, if visible.
Additional Context
The cause: https://github.com/Pycord-Development/pycord/blob/master/discord/ext/bridge/core.py#L72
Status Update please @Pycord-Development/maintainers