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 Add new example. How to catch errors in commands when they occur. ## Information - [ ] This PR fixes an issue. - [ ] This PR adds...

### Summary Updating Slash Command Options will not Update on Discord ### Reproduction Steps - Run the bot - Update the command options - Run the bot again - Open...

unconfirmed bug

## Summary This redesigns the event system in `discord.Client` according to #189. ## Checklist - [x] If code changes were made then they have been tested. - [ ] I...

priority: low
status: in progress
feature

### Summary Ffmpeg return Broken pipe on Windows platform ### Reproduction Steps 1. Bot join a voice channel 2. Let bot play something (ex. mp3) ### Minimal Reproducible Code ```python...

unconfirmed bug
on hold

### Summary Put events in sub-categories in the event-reference in `api.html` ### What is the feature request for? The documentation ### The Problem It's kind of hard not knowing which...

documentation
feature request
good first issue
priority: low

### Summary make commands.check()s work with (slash) command groups ### What is the feature request for? discord.ext.commands ### The Problem The `has_role()`, `is_owner()`, `guild_only()`, etc. checks can currently only be...

feature request

### Summary Document discord.channelType. Also make it so the argument accepts the actually channel type or string and not and int for the ID of the channel type ### What...

feature request

### Summary A way to enumerate all event types and, as follows, maybe event dispatching system rework ### What is the feature request for? The core library ### The Problem...

feature request

## Summary Improves test coverage ## Checklist - [ ] If code changes were made then they have been tested. - [ ] I have updated the documentation to reflect...

status: in progress

### Summary The context argument for paginator.send() function does not currently accept BridgeContext ### Reproduction Steps 1. Make a command using discord.ext.bridge 2. Create paginator object 3. Send the paginator...

bug
ext.pages (not maintained)
ext.bridge