From e72c42345ef32fe9f3eeaf92844c0b77f175fac6 Mon Sep 17 00:00:00 2001 From: Ninjune Date: Tue, 8 Nov 2022 13:30:41 -0600 Subject: 1.5.4 Fixed bugs (changelog in discord) --- util/constants.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'util/constants.js') diff --git a/util/constants.js b/util/constants.js index d7377fd..c421304 100644 --- a/util/constants.js +++ b/util/constants.js @@ -1,16 +1,15 @@ import PogObject from "PogData" let PogData = new PogObject("Coleweight", { - "api_key": undefined, + "api_key": "", "x": 0.5, "y": 141, "coleweight": 0, "cwToggle": true, - "first_time": true, - "api_key": undefined + "first_time": true }, ".cw_data.json"); -export default +export default { PREFIX: "&2[CW] ", VERSION: (JSON.parse(FileLib.read("Coleweight", "metadata.json"))).version, @@ -24,5 +23,6 @@ export default throneValues: [], spiralValues: [], coleweightHr: 0, - cwValuesSum: 0 + cwValuesSum: 0, + beta: false } \ No newline at end of file -- cgit