Osselbot/src/bot.bat

10 lines
178 B
Batchfile
Raw Normal View History

2020-02-16 16:06:47 -05:00
@ECHO OFF
#clears the terminal
ECHO "Updating..."
cd C:\Technicolor_Bot\
git pull Technicolor_Bot
npm install discord.js
ECHO "Running bot"
node C:\Technocolor_Bot\src\index.js