-
just edit the code straight for this repo and commit it
-
To check if running on Heroku Activity
(I set up Heroku through a remote git branch via git remote add heroku https://git.heroku.com/discord-qoom-bot.git. and added that app to Heroku with heroku git:remote -discord-qoom-bot)
- Clone the repo
git clone https://github.com/alt-ab/discord-qoom-bot.git
2. Download dependencies: dotenv, node.js, GIPHY packager, and discord.js (in the future will move to Docker)
npm init
npm i
3. To run locally
node bot.js
4. To get most recent code
git pull
5. To push back to the GitHub file
git add .
git commit -m "<put something in here>"
git push master