A simple matrix bot template.
Go to file Use this template
2022-12-21 14:14:16 -05:00
.gitignore ignore config 2022-10-26 13:11:12 -04:00
config.json created config file 2022-10-26 13:09:23 -04:00
example.config.json created template 2022-10-26 12:36:07 -04: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' 2022-12-21 14:14:16 -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.