From 9bc9d32459b13a576908538b637cd1020bb76546 Mon Sep 17 00:00:00 2001 From: cabbage63 <7237868+cabbage63@users.noreply.github.com> Date: Sun, 13 Aug 2023 11:06:21 +0900 Subject: [PATCH] Fix typo in the example code of Getting Started --- examples/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/app.js b/examples/app.js index cc83e7f..19eaa61 100644 --- a/examples/app.js +++ b/examples/app.js @@ -105,7 +105,6 @@ app.post('/interactions', async function (req, res) { await res.send({ type: InteractionResponseType.CHANNEL_MESSAGE_WITH_SOURCE, data: { - // Fetches a random emoji to send from a helper function content: 'What is your object of choice?', // Indicates it'll be an ephemeral message flags: InteractionResponseFlags.EPHEMERAL,