diff options
| author | 8cy <[email protected]> | 2020-06-22 17:06:54 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-06-22 17:06:54 -0700 |
| commit | 01bba88c5046c03f7408c39f0dc0a767a8c4be09 (patch) | |
| tree | bee40e5abf870d94d4efb84a2aeb017647d2b0ca /README.MD | |
| parent | woah :star: (diff) | |
| download | monkey-type-desktop-01bba88c5046c03f7408c39f0dc0a767a8c4be09.tar.xz monkey-type-desktop-01bba88c5046c03f7408c39f0dc0a767a8c4be09.zip | |
add discord rich presence :star2:
- add test config.js
- update readme for discordrpc
Diffstat (limited to 'README.MD')
| -rw-r--r-- | README.MD | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ Basically title. - [Original Monkey Type open source repository](https://github.com/Miodec/monkey-type) - [Monkey Type Website](https://monkey-type.com/) +## Discord Rich Presence +The full config.js example for the Discord RPC is available in the `test/` folder. Additionally, more information can be found here; https://github.com/8cy/pydii#config-explained. + +You can set your own rich presence values with that information. + ## Development Usage 1. Clone or download repository. 2. `$ yarn` or `$ npm i` to install dependencies. |