Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 424 Bytes

File metadata and controls

14 lines (10 loc) · 424 Bytes

Bot orari

Installation

  1. Install node.js on your machine
  2. Clone the repo
  3. Run npm i
  4. Duplicate the config.example.js and name it config.js;
  5. Run node index.js
  6. When using the bot for the first time you'll need to add the first user with \addfirstuser, after that use \adduser with the id provided by \id

Development

Follow the same steps above but run npm run dev instead.