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 When doing fresh install of py-cord the bot crash on start up. There is undocumented breaking changes ### Reproduction Steps Install new version Previous library version where the...

unconfirmed bug

### Summary Bridge commands are duplicated in cog help ### Reproduction Steps 1. Create a bridge command in a cog. 2. Request help for that cog ### Minimal Reproducible Code...

bug
priority: low
on hold

### Summary When trying to get oldest_first, it returns newest firsts ### Reproduction Steps I am trying to get the oldest_first in the audit logs: ```python async for entry in...

bug
on hold

## Summary This replaces the previous system of rate limit, which purely only handled rate limits, with a new rate limit system which not only eases and handles rate limits...

priority: low
status: awaiting review
feature
PA: All Contributors pending
python

## Summary Soundboard(This is not finished and still has a lot to work on), just so we could work on it together ## Information - [ ] This PR fixes...

- Most jobs will only run for pull requests when `master` is the target - All jobs can be run manually through `workflow_dispatch` - Jobs will check for `paths`. We...

github_actions

### Summary Add receiving and setting the status for the voice channel ### What is the feature request for? The core library ### The Problem Currently, the VoiceChannel object does...

feature request

## Summary This PR replaces the ``PCMVolumeTransformer.read()`` method with a Python equivalent, that does not use the ``audioop`` module, which is deprecated since Python 3.11 and will be removed in...

priority: low

## Summary This PR allows sphinx to build the docs in all formats for rtfd ## Information - [ ] This PR fixes an issue. - [ ] This PR...

documentation

### Summary The UDP socket for receiving voice data becomes stuck in not ready state. ### Reproduction Steps 1. Bot joins voice channel 2. Bot starts recording 3. Talk for...

bug
on hold