Skip to content

Commit

Permalink
Update src/features/commands.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Vitullo <[email protected]>
  • Loading branch information
barrybtw and vcarl authored Aug 21, 2024
1 parent 116bdf6 commit 016477c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,7 @@ Authentication is a critical part of most web applications. Here are some resour
},
{
words: ["!cra", "!create-react-app"],
help: "Provides a list of popular backend- and meta-frameworks",
help: "Provides alternatives to Create React App, which is no longer recommended.",
category: "Web",
handleMessage: (msg) => {
msg.channel.send({
Expand Down

0 comments on commit 016477c

Please sign in to comment.