bug fixes in /wiki
This commit is contained in:
parent
4b8fa012da
commit
d60d2cd477
6 changed files with 68 additions and 17 deletions
|
|
@ -23,6 +23,15 @@ _TODO_
|
|||
* Register commands with `npm run register`. Please note this is needed only when the command list is updated. If you do it every single time you start the bot you may get rate limited.
|
||||
* Start the bot with `npm start`.
|
||||
|
||||
### Running continuously
|
||||
|
||||
You can run the bot in the background, with the benefit of running it at startup and have it restart on errors, with tools such as `pm2`.
|
||||
|
||||
#### pm2
|
||||
|
||||
* `npm install -g pm2`
|
||||
* `pm2 start npm -- start`
|
||||
|
||||
## License
|
||||
|
||||
The whole code is licensed under [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0.html) License.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue