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 This allows FlagConverters to be used after the first text expression, for example ```py class HandleText(FlagConverter, prefix="--", delimiter=" "): text: str = commands.flag(positional=True) flip: bool = False @bot.bridge_command()...

documentation needed

### Installation & Testing If you're looking to try this out, use the following: ```sh pip install git+https://github.com/Pycord-Development/pycord@feat/ua ``` Note that this is still a preview from Discord, and things...

priority: medium
status: awaiting review
feature
upcoming discord feature

## Summary Implements [one time purchases and store](https://discord.com/developers/docs/change-log#premium-apps-onetime-purchases-and-store) changes. Also fixes some issues that I found while updating. ## Information - [x] This PR fixes an issue. - [x] This...

bug
priority: low
status: awaiting review
feature
upcoming discord feature

## Summary Implements polls and related features. WIP while the original PR becomes more stable over the experimental phase. References: - discord/discord-api-docs#6746 Notes: - While the API for PollMedia denotes...

priority: medium
status: in progress
feature
upcoming discord feature
changelog needed

### Summary 'FFmpegPCMAudio' object has no attribute '_process' ### Reproduction Steps When I run the music file, I have this error while using the !play command. ### Minimal Reproducible Code...

unconfirmed bug

### Summary I'm using `commands.AutoShardedBot` and I get these error messages periodically. Nothing in the error is my code and the only thing I have done to shard the bot...

unconfirmed bug

### Summary Arg Bridge command doesnt work ### Reproduction Steps Use a bridge command and add some value required in a list ### Minimal Reproducible Code ```python @bot.bridge_command() @discord.option("value", choices=[1,...

unconfirmed bug

## Summary This was initially a PR to fix broken views sent in create_thread, but it turned out to be an underlying issue... once again with string IDs still being...

### Summary After upgrading to 2.5.0, my program emits unexpected errors to log output. ### Reproduction Steps The code below works correctly with 2.4.1 and all previous versions: ```python class...

unconfirmed bug

### Summary BridgeOption converts `discord.Member` to a `discord.User` object when using the ext version unlike the slash version. Specifying discord.Member without `BridgeOption` works fine with both variants of the bridge...

unconfirmed bug