Sending a Follow-up Message

See Webhook#send docsarrow-up-right

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

Last updated