update help command

This commit is contained in:
hgw 2023-10-02 02:11:24 +00:00
parent e9b2acc05b
commit 766ef11815
1 changed files with 1 additions and 1 deletions

2
bot.js
View File

@ -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")
}
}