Rodrigo Leitão

Results 26 issues of Rodrigo Leitão

### Which package is this bug report for? discord.js ### Issue description The awaitMessageComponent method doesn't work when called on an InteractionResponse despite it existing and being typed as valid....

bug
has PR
packages:discord.js

**Describe the bug** Title says it all, if you have an active Port Forwarding and your PC goes to sleep, when you restart it, Lens will connect back to the...

bug

### Which package is this bug report for? rest ### Issue description Follow-up of #9019, this time it's DELETE `/webhooks/:id/:token/@original` ### Code sample ```typescript client.rest.on("response", req => console.log(req.route)) ``` ###...

bug
need repro
packages:rest

**Please describe the changes this PR makes and why it should be merged:** This PR simply fixes an issue in ModalSubmitFields#components as it wasn't marked as an array and instead...

semver:patch
typings
packages:discord.js

**Please describe the changes this PR makes and why it should be merged:** This PR changes the default for lockPermissions on the GuildChannel#setParent method to false and also fixes the...

semver:major
packages:discord.js
blocked

### Describe the bug If you have a merge conflict in your repository either by merging from a branch into another or by restoring stashed changes (my situation) and you...

bug
priority-3

### Which package is this bug report for? discord.js ### Issue description Previously, the publish dev versions script would skip if there had been no new commits to main since...

ci
feature request
packages:discord.js

### Which package is this bug report for? formatters ### Issue description I'm not sure what the amount of characters required to reproduce this is but you can reproduce this...

bug
need repro
packages:formatters

### Description I've seen this issue reported by many people but so far no one has been able to gather enough information to reliably explain what's going on. An example...

bug
synced

**Please describe the changes this PR makes and why it should be merged:** This PR removes the argument for getFull in CommandInteractionOptionResolver#getFocused and instead makes the function always return the...

refactor
semver:major
packages:discord.js
blocked