Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 499 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 499 Bytes

RigiBot

Simple IRC (twitch) bot written in Node.

Setup

To set up the bot, clone the repository, and then cd into it.

Run npm install to install dependencies.

Copy .env.example to .env.

Copy commands.js.example to commands.js.

Copy config.json.example to config.json.

Edit .env with correct information. Edit commands.js to customize your commands. Edit config.json with correct information.

Run

To start the bot, type node bot.js and the bot should start!