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 voice recieveng only work once then i get the exception "The AudioData is already finished writing." ### Reproduction Steps I used the voice recording example in the examples...

unconfirmed bug

### Summary Description of prefix bridge command is missing ### Reproduction Steps Create any bridge command with `description`. ### Minimal Reproducible Code ```python @bot.bridge_command(description="really useful description") async def test(ctx): await...

bug
priority: medium

### Summary I use bot.get_application_command method to get the id of a slash commands to mention ### Reproduction Steps I am currently making a custom help command for my bot...

unconfirmed bug

## Summary - A `guild_only` and `has_permissions` decorator that can be used for both app and bridge commands for "frontend" *and* "backend" validation. - Allow BridgeCommand to be directly invoked...

feature
Merge with squash
ext.bridge

Updates the requirements on [pylint](https://github.com/PyCQA/pylint) to permit the latest version. Commits 403dac6 Bump pylint to 2.15.3, update changelog 38e2784 Bump astroid to 2.12.10 f5e168e Fix undefined-loop-variable with NoReturn and Never...

dependencies

## Description Even though app commands and text commands share many features, some are only implemented on one of the two AND a huge chunk of these features get re-implemented...

bug
help wanted
status: in progress
feature
PA: All Contributors pending

## Summary This PR renames `original_message` to `original_response`. ## Information - [ ] This PR fixes an issue. - [ ] This PR adds something new (e.g. new method or...

## Summary Closes #1635. ## Information - [ ] This PR fixes an issue. - [x] This PR adds something new (e.g. new method or parameters). - [ ] This...

priority: high
status: in progress
feature

### Summary Support for forum tags was added in the API ### What is the feature request for? The core library ### The Problem Discord finally released the tag properties...

feature request
priority: high

### Summary The decorator should replace the function with the command group ### What is the feature request for? The core library ### The Problem ```py from discord import Cog,...

feature request