-
### Summary
on_command_error error handler raises CommandInvokeError instead of MissingPermissions
### Reproduction Steps
cog.py
```python3
from utils.cog import MyCog
from discord.ext import co…
-
### Summary
I have an input string with many markdown links that I would like to be escaped but only the first link is escaped.
### Reproduction Steps
Here's a sample input string
```
Twe…
-
lib_compatibility should maintain the same api between versions, but in 2.0 it will raise a notfound error on a default avatar, it should instead return the default avatar
(see [pycord breaking chang…
-
### Summary
Renaming threads fails silently
### Reproduction Steps
Rename a thread a couple of times.
### Minimal Reproducible Code
```python
thread = await ctx.channel.create_thread(name="test",…
-
### Summary
The bot thinks "self" is "ctx"
### Reproduction Steps
Have commands inside a cog class
### Minimal Reproducible Code
_No response_
### Expected Results
Seperation betw…
-
The bot currently gives this command to install pycord with slash commands:
```
pip install git+https://github.com/Pycord-Development/pycord@slash
```
![](https://img.laundmo.com/u/D2oRWx.png)…
-
Uhhhhh you left something that should be in env... just gonna leave to find it
-
Currently, the functionality to check for online users is in the on_ready() event listener. We want the bot to update the online users when other events happens.
Acceptance Criteria:
- Bot updates…
-
### Summary
Using bot.fetch_webhook, I receive an error that '_MissingSentinel' object has no attribute 'request'
### Reproduction Steps
1. Latest version of Pycord installed via the GitHub (…
-
### Summary
The `on_application_command_error` handler is not working or even registering
### Reproduction Steps
Write code in a cog and make sure other code/commands work in that cog,
use a…