Sending a Follow-up Message

See Webhook#send docs

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

Last updated

Was this helpful?