Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 686 Bytes

File metadata and controls

18 lines (13 loc) · 686 Bytes

ViBot

Requirements

Optional

Installing

Copy settings_template.json, rename to settings.json and fill in missing info

Change the prefix inside of settings.json

Run npm install to install all node dependencies

Start the bot by either node . or via nodemon: npm i -g nodemon and nodemon . (nodemon will hot reload on file changes)