diff options
| author | Sin <[email protected]> | 2020-06-22 17:08:12 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-06-22 17:08:12 +0000 |
| commit | 9d534a5d7b4a9aceffb3eaeb4ff01c7ae90f1083 (patch) | |
| tree | bee40e5abf870d94d4efb84a2aeb017647d2b0ca /config.js | |
| parent | woah :star: (diff) | |
| parent | add discord rich presence :star2: (diff) | |
| download | monkey-type-desktop-9d534a5d7b4a9aceffb3eaeb4ff01c7ae90f1083.tar.xz monkey-type-desktop-9d534a5d7b4a9aceffb3eaeb4ff01c7ae90f1083.zip | |
Merge pull request #1 from 8cy/test
add discord rich presence :star2:
Diffstat (limited to 'config.js')
| -rw-r--r-- | config.js | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -4,6 +4,22 @@ const Store = require('electron-store'); module.exports = new Store({ defaults: { debugEnable: false, - menuEnable: true + menuEnable: true, + configCookieOverwrite: "", + discordRPC: { + clientId: "722389325483999243", + RPC: { + details: "Typing on Monkey Type", + state: "Desktop Application Beta", + smallImageText: "", + smallImageKey: "", + largeImageText: "Monkey Type", + largeImageKey: "icon", + refreshTime: 15, + } + }, + dontTouch: { + updateCounter: 0 + } } }); |