A simple matrix bot template.
Go to file Use this template
2023-01-09 16:00:41 -05:00
.gitignore Update '.gitignore' 2023-01-04 01:01:25 -05:00
example.config.json Update 'example.config.json' 2023-01-09 15:50:58 -05:00
index.js created template 2022-10-26 12:36:07 -04:00
LICENSE Initial commit 2022-10-26 12:21:13 -04:00
README.md Update 'README.md' 2023-01-09 16:00:41 -05:00

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.