- Install node.js on your machine
- Clone the repo
- Run
npm i
- Duplicate the
config.example.js
and name itconfig.js
; - Run
node index.js
- 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
Follow the same steps above but run npm run dev
instead.