From cb00147f6bfd8d02c530f6deab67886a8146d6cb Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Thu, 1 May 2025 18:01:54 -0400 Subject: [PATCH] [untested] whoops wasn't supposed to add that... --- flags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flags.ts b/flags.ts index d58487d..12d04c4 100644 --- a/flags.ts +++ b/flags.ts @@ -3,4 +3,4 @@ export const DEVMODE = false; // DEBUG is used to toggle the cmdPrompt and show debug log messages export const DEBUG = false; // LOCALMODE is used to run a different bot token for local testing -export const LOCALMODE = true; +export const LOCALMODE = false;