-
**Issue:** Playing a track will occasionally result in an AttributeError, causing music to not be played
**Reproduction:** Play a track with the `play` command. It may or may not occur.
**Error …
-
Hello, are there any plans to support other versions of `discord.py` (>=2.0.0a)? `discord.py` is no longer maintained, the three I know of that maintain a fork are [`disnake`](https://github.com/EQUEN…
-
### Summary
channel.overwrites doesn't return Dict and crashes
### Reproduction Steps
1. Use the `overwrites` Property of a TextChannel.
### Minimal Reproducible Code
```python
@commands.command(…
-
```
Ignoring exception in on_command_error
Traceback (most recent call last):
File "/home/jess/Projects/JukeBot/JukeBot-Proj/venv/lib/python3.9/site-packages/nextcord/ext/commands/core.py", line …
-
### Summary
running the script cause the issue
### Reproduction Steps
i just installed the newest version from discord.py-self and noticed this issue. i think it would be good to replace the import…
-
```
Ignoring exception in on_command_error
Traceback (most recent call last):
File "/home/jess/Projects/JukeBot/JukeBot-Proj/venv/lib/python3.9/site-packages/nextcord/ext/commands/core.py", line …
-
### Summary
Nextcord doesn't work in python 3.10
### Reproduction Steps
```python
from nextcord.ext import commands
bot = commands.Bot(command_prefix='!')
@bot.command()
async def p…
-
### Summary
guild.create_sticker() raises HTTPException 400 when description is None or ""
### Reproduction Steps
1. use `guild.create_sticker()` without specifying the description argument or spec…
-
Dikarenakan discord.py berhenti developmentnya, naoTimes akan menggunakan nextcord sebagai pengganti.
https://github.com/nextcord/nextcord
-
### Summary
When I try to pass message or user to the button, I get this error.
### Reproduction Steps
This is the snippet that I am trying to run.
```py
class MyView(nextcord.ui.View):
…