-
___
***Bugsquad note:** This issue has been confirmed several times already. No need to confirm it further.*
___
### Godot version
Godot 4.0 stable
### System information
Windows 10
…
-
Error:
```
bruhbot-dev | /app/node_modules/.pnpm/@discordjs+rest@1.7.1/node_modules/@discordjs/rest/dist/index.js:640
bruhbot-dev | throw new DiscordAPIErr…
-
It seems like a discord API issue, the error code is `{"message": "The request body contains invalid JSON.", "code": 50109}` and might be your html, because you are mixing v10 and v9 apis, which you c…
-
### Which package is this bug report for?
discord.js
### Issue description
1. Run any kind of interaction, for instance, `ChatInputCommandInteraction`
2. Inside the interaction runner, run t…
-
This reflects the changes that need to / have already been done for v10. Current branch for this is https://github.com/nextcord/nextcord/tree/community/apiv10
For more info about changes see https:…
-
**Describe the bug**
when trying to feed bot a link from youtube it says
MissingPermissionsException {
permissions: [ 'ManageMessages' ],
message: 'Missing permissions:'
}
same story with /q…
-
So if i ban someone it pushes through but if i ban someone else within like a hour or a bit more from the first ban the new ban is not synced at all. ive tried reinstalling the bot re setting it up …
-
discord has a message cap on 2000.
The error message i got:
```bash
DiscordAPIError[50035]: Invalid Form Body
content[BASE_TYPE_MAX_LENGTH]: Must be 2000 or fewer in length.
at SequentialHa…
-
### Description
The active threads resource used to list applied_tags because it returns a list of channel objects. Instead of performing a single call to list all active threads with a certain tag…
-
### Which package has the bugs?
The core library
### Issue description
1. Create any electron project and import this library
2. It's working fine under dev mode
3. If you pack it using electron…