Results 58 issues of 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...

feature request
error handling
question (please use Discord instead)

### 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...

t-bug
w-unverified

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...

t-feat
pkg-all
w-verified
pkg-bot

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...

t-docs
t-ci
pkg-rest
pkg-all
w-verified
website

Closes #2819 ~~Depends on #3355~~

t-docs
t-ci
pkg-all
w-verified
website

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...

t-feat
pkg-gateway
pkg-rest
w-verified
pkg-bot
pkg-utils

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....

t-feat
pkg-rest
w-verified

**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...

w-pending
pkg-rest
w-verified

### 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...

t-bug
w-unverified

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...

t-fix
t-breaking
pkg-rest