From 01bba88c5046c03f7408c39f0dc0a767a8c4be09 Mon Sep 17 00:00:00 2001 From: 8cy <50817549+8cy@users.noreply.github.com> Date: Mon, 22 Jun 2020 17:06:54 -0700 Subject: add discord rich presence :star2: - add test config.js - update readme for discordrpc --- config.js | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) (limited to 'config.js') 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 + } } }); -- cgit v1.2.3