matrix-bot-template/README.md

12 lines
363 B
Markdown
Raw Permalink Normal View History

2022-10-26 12:37:39 -04:00
# Matrix Bot Template
2022-10-26 12:21:13 -04:00
2023-12-07 18:40:29 -05:00
A simple matrix bot template. Another template that can be used is [matrix-bot-sdk-bot-template](https://github.com/turt2live/matrix-bot-sdk-bot-template).
## Setup
2022-10-26 12:37:39 -04:00
Run `pnpm add matrix-bot-sdk` after cloning template.
2022-10-26 13:13:17 -04:00
2022-10-26 13:11:48 -04:00
Bot configuration is defined in `config.json`.
2022-12-21 14:14:16 -05:00
2023-01-09 16:00:41 -05:00
Add `"type": "module"` to `package.json` to use the import statement.