add twitter to command list

This commit is contained in:
hgw 2023-10-02 02:11:24 +00:00
parent 25adb4ccd9
commit c2c5267c05
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ This bot is currently in development and not fully functioning. Do not use in pr
## Commands
- `m!feed [FEED] [ENTRIES]` - Return the last x amount of entries from any RSS feed.
- `m!set [OPTION] [VALUE]` - Changes a bot setting, more info to be added here later.
- `m!twitter [USER] [ENTRIES]` - Return the last x amount of tweets from a particular user.
## Deployment

2
bot.js
View File

@ -30,7 +30,7 @@ async function help(chan, sub) {
bot.say(chan, ' /____/ ')
bot.say(chan, 'Mercury - https://git.supernets.org/hogwart7/mercury')
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!twitter [USER] [ENTRIES] - Return the last x amount of tweets from a particular user")
}
}