From 6a2b78fbdbc34e22b5321afa544a0194ff3046ba Mon Sep 17 00:00:00 2001 From: coinmoles Date: Sat, 2 Mar 2024 16:19:53 +0900 Subject: [PATCH] Disabled debug mod --- quarterData.json | 2 +- roleIds.json | 6 +++++- src/isTesting.ts | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/quarterData.json b/quarterData.json index 53f21f2..1c1a083 100644 --- a/quarterData.json +++ b/quarterData.json @@ -1 +1 @@ -{"year":2023,"quarter":3} \ No newline at end of file +{"year":2024,"quarter":1} \ No newline at end of file diff --git a/roleIds.json b/roleIds.json index 3edcdd5..839a77f 100644 --- a/roleIds.json +++ b/roleIds.json @@ -1 +1,5 @@ -{"chiefRole":"1169598738445119608","regularRole":"1169598823958593587","associateRole":"1169598789351395409"} \ No newline at end of file +{ + "chiefRole": "1057988415657877585", + "regularRole": "1057988446267908167", + "associateRole": "1057988449757577246" +} \ No newline at end of file diff --git a/src/isTesting.ts b/src/isTesting.ts index c49828f..05aaf50 100644 --- a/src/isTesting.ts +++ b/src/isTesting.ts @@ -1 +1 @@ -export const isTesting = true \ No newline at end of file +export const isTesting = false; \ No newline at end of file