Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/macdja38/jakebot
https://github.com/macdja38/jakebot
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/macdja38/jakebot
- Owner: macdja38
- Created: 2016-08-06T00:42:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-06T00:42:31.000Z (over 8 years ago)
- Last Synced: 2024-10-22T09:54:40.554Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JakeBot
Modular discord bot designed to be expandable in any way desired, implementing a wide set of features in included modules.# Setup
Clone repository using `git clone http://gitlab.imjake.me/discord-bot/discord-bot.git`
Install dependencies using `npm install`
If you have pm2 installed at this point start the project using `pm2 start pm2.json`
If not start the project using `node main.js`# Updating
Use `git pull`
If you are using pm2 run `pm2 restart `, you can get the id from `pm2 list`
If you are not using pm2 terminate the program then start it again.