Skip to content

PSWiFi/PipBot

Repository files navigation

PipBot

This is a bot used to manage event based operations in the Showdown! Wi-Fi room.

Setup

Requirements

Node.js v16+ should be fine.

Clone the Repository

git clone https://github.com/PSWiFi/PipBot.git PipBot
cd PipBot

Configure

Copy example.env to .env and tweak the values accordingly. After that, go through config.js and make changes as required.

Install Dependencies

npm install

Start the Bot

npm start