-
### Summary
await ctx.defer() do 404 Not Found (error code: 10062): Unknown interaction
### Reproduction Steps
- Create an command
- Use `await ctx.defer()`
- Run another command
- Use command w…
-
### Summary
A view with a select seems to not have any attribute "children"
### Reproduction Steps
I made a view with a select and for the callback, I just print `select.values[0]`
### Minimal Rep…
-
Would be some hefty work but `discord.py` is technically no longer in active development and [py-cord](https://docs.pycord.dev/en/master/ext/commands/index.html) is the new hotness and a fork of the o…
-
This ticket will track the effort to write a manpage for the BusKill app that will be displayed when running `man buskill` on *nix systems.
This is a prerequisite to getting BusKill added to the of…
-
### Summary
When upgrading from 2.0.0-rc.1 to 2.0.0, I'm getting this error.
### Reproduction Steps
My code calls `channel.history()` and iterates over messages in the channel. This is the tr…
-
I tried training using the guide provided in this repo but failed due to following errors:
```python
Validation: 0%| | 0/100 [00:00
-
There are lots of times when it would be convenient to have the documentation of various spkgs installed in a local or system Sage installation. For example, it seems that I'm always wishing that I…
-
### Summary
Group commands
### Reproduction Steps
I simply created a simple group command with client.create_group()
### Minimal Reproducible Code
```python
serverId = [966310066263322664]
g…
-
Right now, the "linecord-XXX-name" metric is commented out in the sample metric definition file, leading to warnings such as:
```
.../zhmc_prometheus_exporter/zhmc_prometheus_exporter.py:727: UserWa…
-
### Summary
One of my cogs is not correctly being registered
### Reproduction Steps
It is a cog, with default implementation. Means a class with a few functions and a setup() function.
###…