alxndriab / discord-qoom-bot

Our project for the fall Creator Group cohort at Qoom! Lightweight bot hosted on Heroku and Giphy API!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

qoom-creator

Alternative code for Alexa's and Adelene's Discord Bot for Qoom Inc.


To edit the bot online

  1. just edit the code straight for this repo and commit it

  2. 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)




To edit and debug locally

  1. 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

About

Our project for the fall Creator Group cohort at Qoom! Lightweight bot hosted on Heroku and Giphy API!


Languages

Language:JavaScript 100.0%