pycord icon indicating copy to clipboard operation
pycord copied to clipboard

Bridge command missing description

Open solaluset opened this issue 1 year ago • 1 comments

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

shoud_be

Actual Results

actually_is

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

solaluset avatar Sep 06 '22 12:09 solaluset

Status Update please @Pycord-Development/maintainers

Lulalaby avatar Sep 23 '22 00:09 Lulalaby