#V14.9.0 - Button in dm channel

10 messages · Page 1 of 1 (latest)

jade flaxBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

uneven cairn
#

V14.9.0 - Button in dm channel

little fern
#

What guild do you want it to be? A static one or can the user select in the dm or what?

uneven cairn
#

a Static one

#

it will be always the same

#

in my server the user send a model, then a dm is sended to the user with a button

#

and when he click on the button that send back a message in the server

little fern
#

Then just client.channels.cache.get(id).send(…) and also reply to the interaction in the DM with success (or .update(…) the button-containing message)

uneven cairn
#

i havn't client just interaction