summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
author8cy <[email protected]>2020-06-22 17:06:54 -0700
committer8cy <[email protected]>2020-06-22 17:06:54 -0700
commit2060acb6f97d80ba8eaf06690529ab7f890f1c49 (patch)
treebee40e5abf870d94d4efb84a2aeb017647d2b0ca /config.js
parentwoah :star: (diff)
downloadmonkey-type-desktop-2060acb6f97d80ba8eaf06690529ab7f890f1c49.tar.xz
monkey-type-desktop-2060acb6f97d80ba8eaf06690529ab7f890f1c49.zip
add discord rich presence :star2:
- add test config.js - update readme for discordrpc
Diffstat (limited to 'config.js')
-rw-r--r--config.js18
1 files changed, 17 insertions, 1 deletions
diff --git a/config.js b/config.js
index 4d0f3f3..bc8359f 100644
--- a/config.js
+++ b/config.js
@@ -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
+ }
}
});