Fleny
Fleny
### Issue description Calling `toJSON()` from an instance of a `SlashCommandBuilder` without setting required parameters (name and description) throw an error that seem from zod that isn't useful at all...
### Runtime NodeJS ### Runtime Version 21.6.1 ### Version latest commit on the main branch ### Describe the bug Currently the way `interaction.edit` is implemented in the `@discordeno/bot` package is...
This pr adds the code to auto-generate the typings based on the desiredProprieties, this (will) build on the work already been done in #3255. Currently the code has a bunch...
This pr cleans up some useless files and some fixes - Remove tabnine from dev container - Disable error matcher from watch task - Link the website in the README.md...
Closes #2819 ~~Depends on #3355~~
Allows to pass a custom logger object with at least the `debug`, `info`, `warn`, `error`, `fatal` to prevent Typescript error as much as possible to every class/object that uses the...
Currently the errors that the REST manager produces are very confusing and require a lot of guessing to what is actually the user invoked function that is causing the error....
**Describe the bug**: Given a Bearer token got after a code exchange with discord the token gets used to do requests and discordeno creates queues mapped in the restManager.queues with...
### Runtime NodeJS ### Runtime Version 21.5.0 ### Version 19.0.0-next.d81b28a ### Describe the bug When uploading a file discord requires that the request is performed with a `multipart/form-data` body and...
This pull request addresses 3 issues: - Fixes #3165, with the `updateTokenQueues` method to be called by the user-code to update the queues with the new token - Fixes a...