generated from array-in-a-matrix/matrix-bot-template
Nim wrapper for the Matrix bot SDK.
.gitignore | ||
example.config.json | ||
index.js | ||
LICENSE | ||
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.