RRS Bot for posting latest feed updates into Discord channels.
- Install Node using
nvm install stable
after installing the Node Version Manager - Install Yarn
npm install --global yarn
- Install Typescrpt
npm install -g typescript
- Clone the project using
git clone https://github.com/StealWonders/InfBot.git
- Install and build
cd InfBot && yarn install