The discord bot for our competitive coding active discord written in Node.JS
- Install Node.js, NPM will be automatically installed.
- Clone this repository and open terminal, change directory to the repo.
- Run
npm install
command to install the required dependencies. - 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.
- Run
node index.js
to start the server for the Bot. - 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!