THIS PROJECT IS DEPRECATED AND MOVED TO gitlab
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
sudo chmod +x install.sh
./install.sh
sudo su
sudo -i -u postgres
createuser -P --interactive user_name
createdb db_name
node bot.js
sudo npm i -g pm2
pm2 startup
pm2 start bot.js
pm2 save
© iSm1le, Released under the MIT License.
Authored and maintained by iSm1le.