Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
/ discord-qoom-bot Public archive

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

Notifications You must be signed in to change notification settings

alxndriab/discord-qoom-bot

Repository files navigation

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!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published