Sending a Follow-up Message
This goes inside the "Receiving the Event" block.
new Discord.WebhookClient(client.user.id, interaction.token).send('hello world')
Last updated
Was this helpful?
This goes inside the "Receiving the Event" block.
new Discord.WebhookClient(client.user.id, interaction.token).send('hello world')
Last updated
Was this helpful?