Sending a Follow-up Message

See Webhook#send docs

This goes inside the "Receiving the Event" block.

bot.js
new Discord.WebhookClient(client.user.id, interaction.token).send('hello world')

Last updated