From 766ef11815c0c4a557703d806273fb478a478425 Mon Sep 17 00:00:00 2001 From: hgw Date: Mon, 2 Oct 2023 02:11:24 +0000 Subject: [PATCH] update help command --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index b747cb9..4ddfaf4 100644 --- a/bot.js +++ b/bot.js @@ -24,7 +24,7 @@ async function help(chan, sub) { } if (sub === "default") { bot.say(chan, 'Mercury - https://git.supernets.org/hogwart7/mercury') - bot.say(chan, 'm!l5 [FEED] - Return the last 5 entries in any RSS feed.') + bot.say(chan, 'm!feed [FEED] [ENTRIES] - Return the last x amount of entries from any RSS feed') bot.say(chan, "m!set [OPTION] [VALUE] - run r!help set for details") } }