Discord.js 个组件
Discord.js components
我想知道是否有一种方法可以在 discord.js 上的频道中发送组件,我知道按钮还有其他库,但我想知道一种发送此处包含的任何组件的方法: https://discord.com/developers/docs/interactions/message-components 有办法吗?
我已经尝试过“Select 菜单”的示例,但似乎 discordjs 无法将“组件”识别为 property/ignores 它们在“.send({} )"
This is what I mean by "ignores components" since if I send that it will just send the content but not the actual component
我找到了解决方案,目前只能在 discord.js dev 分支中使用。版本 13 将具有此功能。
我想知道是否有一种方法可以在 discord.js 上的频道中发送组件,我知道按钮还有其他库,但我想知道一种发送此处包含的任何组件的方法: https://discord.com/developers/docs/interactions/message-components 有办法吗?
我已经尝试过“Select 菜单”的示例,但似乎 discordjs 无法将“组件”识别为 property/ignores 它们在“.send({} )"
This is what I mean by "ignores components" since if I send that it will just send the content but not the actual component
我找到了解决方案,目前只能在 discord.js dev 分支中使用。版本 13 将具有此功能。