forked from cadence/out-of-your-element
Add "addbot" feature
This commit is contained in:
parent
6d83df2e95
commit
708955c062
6 changed files with 40 additions and 1 deletions
|
@ -73,6 +73,13 @@ Follow these steps:
|
|||
|
||||
7. Start the bridge: `node start.js`
|
||||
|
||||
8. Add the bot to a server - use any *one* of the following commands for an invite link:
|
||||
* (in the REPL) `addbot`
|
||||
* (in a chat) `//addbot`
|
||||
* $ `node addbot.js`
|
||||
* $ `npm run addbot`
|
||||
* $ `./addbot.sh`
|
||||
|
||||
# Development information
|
||||
|
||||
* Be sure to install dependencies with `--save-dev` so you can run the tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue