15 lines
292 B
Markdown
15 lines
292 B
Markdown
|
# Matrix Dice
|
||
|
|
||
|
A Matrix bot that rolls dice.
|
||
|
|
||
|
## Dependencies
|
||
|
1. NodeJS
|
||
|
2. matrix-js-sdk
|
||
|
|
||
|
## Quickstart
|
||
|
1. `git clone https://code.glowers.club/q/matrix-dice.git`
|
||
|
2. `cd matrix-dice`
|
||
|
3. `yarn add matrix-js-sdk`
|
||
|
4. (Edit example.js to use your desired matrix credentials)
|
||
|
5. `node example.js`
|