add botstART

This commit is contained in:
Alex Brow 2020-02-16 16:40:54 -05:00
parent 027bfb9f22
commit 7eabbec608
No known key found for this signature in database
GPG Key ID: F48926893F475C25
1 changed files with 8 additions and 0 deletions

8
src/bot-start.sh Normal file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
echo "Updating"
#update everything
/home/tech1/Osselbot/
npm install discord.js
git pull Osselbot
echo "STARTING"
node ./src/index.js