Interaction/Button question
I have a quick question regarding interactions/buttons;
If I post an embed with a button attached to it using Bot A, can Bot B listen for that button interaction (being clicked) and process it?
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!no
only way I can think of is that if Bot B created a webhook in the channel, bot A might be able to send a message containing buttons which bot B will receive
webhook buttons can only be attached to webhooks created by the bot itself