/bot-orari

A bot to let people know when the lab opens

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

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.