updates for random and catgories

This commit is contained in:
John Facey
2021-12-23 15:20:03 -06:00
parent e0d8f981c3
commit 3d4d14a7d7
5 changed files with 41 additions and 8 deletions

View File

@@ -7,12 +7,14 @@ module.exports = {
message.reply(
`!help - Lists the available commands
**!key** - Testing remote Airtable: *!key url*
**!categories** - Displays Categories: *!categories*
**!search** - Searches the RSS Sources: *!search google*
**!get** - Retrieves Search By Index: *!get 25*
**!add** - Add a new RSS Source Feed dynamically: *!add http://www.engadget.com/rss.xml*
**!update** - Updates all current RSS Feeds: *!update*
**!quote** - Selects a random quote: *!quote*
**!random** - Selects a random article: *!random*
**!random category** - Selects a random article by category: *!random sports*
`
);
}