diff --git a/run.bat b/run.bat index 4475f09..9dca34b 100644 --- a/run.bat +++ b/run.bat @@ -1,4 +1,4 @@ -title {Rewrite} Valkyrie +title Natsuki node bot.js -title !!CRASH {Rewrite} Valkyrie +title !!CRASH Natsuki pause \ No newline at end of file diff --git a/sync.bat b/sync.bat index c8a520f..444612c 100644 --- a/sync.bat +++ b/sync.bat @@ -1,6 +1,10 @@ @echo off +title Put quotes around your damn commit message set /p msg="Enter Commit Message: " +title pulling... git pull origin master git add . +title commit... git commit -m %msg% +title pushing... git push origin master \ No newline at end of file