A simple matrix bot template.
Go to file Use this template
array-in-a-matrix 0ea318f8b1 Update '.gitignore' 2023-01-04 01:01:25 -05:00
.gitignore Update '.gitignore' 2023-01-04 01:01:25 -05:00
LICENSE Initial commit 2022-10-26 12:21:13 -04:00
README.md Update 'README.md' 2022-12-21 14:14:16 -05:00
config.json Update 'config.json' 2022-12-21 14:19:04 -05:00
example.config.json Update 'example.config.json' 2022-12-21 14:19:22 -05:00
index.js created template 2022-10-26 12:36:07 -04:00

README.md

Matrix Bot Template

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.