mirror of
https://github.com/cassoule/flopobot_v2.git
synced 2026-01-18 16:37:40 +01:00
Merge pull request #29 from cabbage63/fix-getting-started
Fix typo in the example code of Getting Started
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user