Skip to content

Commit 1bf88be

Browse files
authored
Merge pull request #100 from DefangLabs/linda-change-slogan
Update defang slogan for test command
2 parents cc57380 + f01964a commit 1bf88be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord-bot/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ app.post('/interactions', verifyKeyMiddleware(process.env.DISCORD_PUBLIC_KEY), a
222222
type: InteractionResponseType.CHANNEL_MESSAGE_WITH_SOURCE,
223223
data: {
224224
// Fetches a random emoji to send from a helper function
225-
content: `Develop Anything, Deploy Anywhere ${getRandomEmoji()}`,
225+
content: `Develop Once, Deploy Anywhere ${getRandomEmoji()}`,
226226
},
227227
});
228228
}

0 commit comments

Comments
 (0)