See Webhook#send docsarrow-up-right
This goes inside the "Receiving the Event" block.
new Discord.WebhookClient(client.user.id, interaction.token).send('hello world')
Last updated 4 years ago