A simple matrix bot template.
Go to file Use this template
array-in-a-matrix 6cd1612537 Update README.md 2023-12-07 18:40:29 -05:00
.gitignore Update '.gitignore' 2023-01-04 01:01:25 -05:00
LICENSE changed to AGPL 2023-10-25 12:33:13 -04:00
README.md Update README.md 2023-12-07 18:40:29 -05:00
example.config.json Update 'example.config.json' 2023-01-09 15:50:58 -05:00
index.js Update index.js 2023-11-06 13:58:51 -05:00

README.md

Matrix Bot Template

A simple matrix bot template. Another template that can be used is matrix-bot-sdk-bot-template.

Setup

Run pnpm add matrix-bot-sdk after cloning template.

Bot configuration is defined in config.json.

Add "type": "module" to package.json to use the import statement.