From 9cac9a17352e090c34299d489c56b82abc7c0275 Mon Sep 17 00:00:00 2001 From: John Facey Date: Wed, 20 Jul 2022 18:30:09 -0500 Subject: [PATCH] adding initial help for npm --- commands/help.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/help.js b/commands/help.js index 6ac3cfa..31b7f71 100644 --- a/commands/help.js +++ b/commands/help.js @@ -20,6 +20,7 @@ module.exports = { **!stock** - AlphaVantage Stock Search: *!stock IBM* **!play** - Plays a trivia game question: *!play* **!answer** - Answers for a question above: *!answer 1* + **!npm** - Gets NPM info from repository: *!npm axios* **!alert** - Gets weather alerts for an area: *!alert TX* ` );