discordjs / guide

The official guide for discord.js, created and maintained by core members of its community.
https://discordjs.guide
MIT License
1.57k stars 2.3k forks source link

Incorrect documentation, Modals on Guide. #1508

Closed Axodouble closed 1 year ago

Axodouble commented 1 year ago

Describe the bug

Incorrect documentation, states (as of 12/10/2023) the following:

...Currently, you cannot use StringSelectMenuBuilders or ButtonBuilders in modal action rows builders-

However according to the Discord Developers Discord Guild (Thanks souji!), that nothing but text input is supported at the moment.

Attempting to add EG: a ChannelSelectMenu to the Modal does not work and returns with Invalid Form Body.

To Reproduce

Go to the documentation.

Screenshots

https://xdbl.dev/i?i=8b3457.png

Device (please complete the following information)

Device: Windows & Linux, any build. Browser: Any chromium based browser. Version: Any.

Additional notes

No response