update help command
This commit is contained in:
parent
e9b2acc05b
commit
766ef11815
2
bot.js
2
bot.js
@ -24,7 +24,7 @@ async function help(chan, sub) {
|
|||||||
}
|
}
|
||||||
if (sub === "default") {
|
if (sub === "default") {
|
||||||
bot.say(chan, 'Mercury - https://git.supernets.org/hogwart7/mercury')
|
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")
|
bot.say(chan, "m!set [OPTION] [VALUE] - run r!help set for details")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user