add twitter to command list
This commit is contained in:
parent
25adb4ccd9
commit
c2c5267c05
@ -9,7 +9,7 @@ This bot is currently in development and not fully functioning. Do not use in pr
|
|||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
- `m!feed [FEED] [ENTRIES]` - Return the last x amount of entries from any RSS feed.
|
- `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
|
## Deployment
|
||||||
|
|
||||||
|
2
bot.js
2
bot.js
@ -30,7 +30,7 @@ async function help(chan, sub) {
|
|||||||
bot.say(chan, ' /____/ ')
|
bot.say(chan, ' /____/ ')
|
||||||
bot.say(chan, 'Mercury - https://git.supernets.org/hogwart7/mercury')
|
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!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")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user