Buttons?
Is it possible to add buttons to a message the bot didn't create on discordjs? Im sure there is cause you have utilities like discohook utils that can send a button embed to a webhook so that has to be possible right? I'm pretty sure there is some thing similar in discordpy but im not sure.
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
you can only add buttons to messages sent by the bot
or webhooks owned by the bot
ahh ok thank u