-
-
### Description
https://discord.com/developers/applications/641672044076990470/
https://github.com/AzazelWormwood/Jax/blob/main/litbot.py
This bot is a small nextcord.py based bot running off a s…
-
Happened while trying to vertically stack a gif and a static image
```DATETIME:2022-01-02 18:23:49.632297
COMMAND:$vstack
TRACEBACK:
Traceback (most recent call last):
File "/home/hex/.local/…
-
Webhooks accept a keyword arg named `delete_after` of type `Optional[float]`.
The three method declarations in the code itself, however, all type `delete_after` as `Optional[bool]`.
I'm not sure i…
-
**Describe the bug**
Broken Pipe
**To Reproduce**
- Upload video
- [p]caption it
- done
**Expected behavior**
should return video with caption, not with error
**Traceback**
```DATETIME:…
-
Due to Discord.py being archived, we will have to move the bot to Nextcord.
-
### Summary
i just tried to run the quickstart from readme
### Reproduction Steps
copied quickstart installed packages with python3 -m pip install nextcord and started it
### Minimal Reproducible …
-
### Summary
views are not of prime production material
### Reproduction Steps
Used one.
### Minimal Reproducible Code
```python
https://github.com/onerandomusername/test-bot/blob/nextcord-view-b…
-
### Summary
nextcord.utils.get is of type VoiceClient, but IDEs see it as VoiceProtocol
### Reproduction Steps
vc_connection = await ctx.author.voice.channel.connect()
print(vc_connection.is_playi…
-
### The problem
After following the steps in the [Discord integration page](https://www.home-assistant.io/integrations/discord/), and verifying that everything is setup correctly, Home Assistant do…