Skip to content

Commit f01964a

Browse files
committed
change test slogan
1 parent cc57380 commit f01964a

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)