pycord icon indicating copy to clipboard operation
pycord copied to clipboard

Pycord, a maintained fork of discord.py, is a python wrapper for the Discord API

Results 134 pycord issues
Sort by recently updated
recently updated
newest added

## Summary Makes a bunch of changes to ext.bridge - Implements bridge command groups - `bridge.map_to` decorator to use main command as subcommand - Attachment option - `is_app` property added...

status: awaiting review
feature
Merge with squash
ext.bridge

## Summary This PR fixes the (many) type issues in `bot.py` and a few type issues in `commands/core.py`. This PR also makes the code more efficient and readable with issues...

bug
priority: medium
status: in progress
feature

## Summary The `delete_message_days` parameter is deprecated and replaced with `delete_message_seconds`. [discord-api-docs#5219](https://github.com/discord/discord-api-docs/pull/5219) Shouldn't be merged until the docs get merged. ## Information - [ ] This PR fixes an issue....

status: awaiting review
feature

### Summary before_invoke and after_invoke decorators are not called for bridge commands. ### Reproduction Steps 1. Create a bridge command. 2. Add a before_invoke or after_invoke decorator for the command....

unconfirmed bug

## Summary This pull requests resolves #455. This classifies events in the documentation. Let me know if you want anything changed ## Information - [ ] This PR fixes an...

documentation
priority: medium
status: in progress
status: awaiting review

### Summary If I want to defer or respond to interaction - library gives me an error ### Reproduction Steps 1. Create a slash or bridge command 2. run it!...

unconfirmed bug

### Summary receiving voice works only for a short amount of time ### Reproduction Steps For reconstructing the problem join a voice channel together with the bot and start to...

unconfirmed bug

### Summary In 2.0.0, import errors in cogs are silently ignored. ### Reproduction Steps Simply add a cog with an error in the code body: import a nonexistent file, omit...

unconfirmed bug

### Summary If the bot does not have "View Channel" permissions, exceptions are not catched ### Reproduction Steps ```py @slash_command() async def test(self, ctx): await ctx.defer() # Note: The defer...

unconfirmed bug
ext.pages (not maintained)

### Summary A Slash Command Group within a Cog isn't registering with a fresh install of 2.0.0 ### Reproduction Steps To confirm that it's PyCord v.2.0.0, we reverted back to...

unconfirmed bug