How to upload the file to github
- Make the changes
- Save the changes
- open the folder through right click and select open with git bash
- Or just cd to the directory
- Put down the code
$ git add .
$ git commit -m "What you changeed"
$ git push origin master
This sends the file to github, now we need to redoply the file through heroku Go to https://dashboard.heroku.com/apps/coalitionofdevils/deploy/github Scroll down to manual deploy click deploy branch The procfile makes it so the bot stays up 24/7