Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 956 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 956 Bytes

Raju_CP_Bot

The discord bot for our competitive coding active discord written in Node.JS

Instructions to Run locally and contribute

  1. Install Node.js, NPM will be automatically installed.
  2. Clone this repository and open terminal, change directory to the repo.
  3. Run npm install command to install the required dependencies.
  4. Create a .env file in the folder, this must contain the TOKEN for the Bot. You can create a demo server and a bot application for testing purpose. Details here.
  5. Run node index.js to start the server for the Bot.
  6. Push the changes in a separate branch and create a pull request. After the PR is merged, it will be automatically deployed to heroku as the repo is connected to that, and the Raju bot will be enhanced with the feature you implemented, see it action in the CP discord server!