diff options
| author | Ninjune <enderknight537@gmail.com> | 2022-11-08 13:30:41 -0600 |
|---|---|---|
| committer | Ninjune <enderknight537@gmail.com> | 2022-11-08 13:30:41 -0600 |
| commit | e72c42345ef32fe9f3eeaf92844c0b77f175fac6 (patch) | |
| tree | a67ca92dfd4bbd5df1fcdf1beccad9bc0ba36da8 /util/constants.js | |
| parent | f2d535d6979cf6cb04a7245925a5bcf71bee2c67 (diff) | |
| download | coleweight-1.5.5.tar.gz coleweight-1.5.5.tar.bz2 coleweight-1.5.5.zip | |
1.5.4 Fixed bugs (changelog in discord)v1.5.5
Diffstat (limited to 'util/constants.js')
| -rw-r--r-- | util/constants.js | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
