We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discord.js
Steps to reproduce bug:
camelCase
customId
minValues
.send()
.catch()
This may be because builders use snake_case but just reporting it to be sure
snake_case
message.reply({ embeds: [{ title: "Some title", description: "Some description", footer: { text: "some footer text", iconURL: message.member.displayAvatarURL() } }], components: [ { type: 1, components: [{ type: 2, label: "Button Label", style: 1, customId: "somecode" }] }, { type: 1, components: [ { type: 3, customId: "selectMenu", minValues: 2, options: [ { label: "Label1", description: "Desc1", value: "l1" }, { label: "Label2", description: "Desc2", value: "l2" } ] } ] } ] })
14.0.0-dev.1643544396.388f535
16.9
Windows 10
Medium (should be fixed soon)
Not applicable (subpackage bug)
388f535
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Which package is this bug report for?
discord.js
Issue description
Steps to reproduce bug:
camelCase
for properties, such ascustomId
orminValues
.send()
method and place a.catch()
This may be because builders use
snake_case
but just reporting it to be sureCode sample
Package version
14.0.0-dev.1643544396.388f535
Node.js version
16.9
Operating system
Windows 10
Priority this issue should have
Medium (should be fixed soon)
Which partials do you have configured?
Not applicable (subpackage bug)
Which gateway intents are you subscribing to?
Not applicable (subpackage bug)
I have tested this issue on a development release
388f535
The text was updated successfully, but these errors were encountered: