Skip to content

Commit

Permalink
Merge pull request discord#29 from cabbage63/fix-getting-started
Browse files Browse the repository at this point in the history
Fix typo in the example code of Getting Started
  • Loading branch information
IanMitchell authored Aug 17, 2023
2 parents df0fee3 + 9bc9d32 commit db7ffb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit db7ffb3

Please sign in to comment.