#V14.9.0 - Button in dm channel
10 messages · Page 1 of 1 (latest)
V14.9.0 - Button in dm channel
What guild do you want it to be? A static one or can the user select in the dm or what?
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
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)