From 6aeb9832425c0a8da29adeebe97f0b150bce7719 Mon Sep 17 00:00:00 2001 From: "Ean Milligan (Bastion)" Date: Wed, 6 Jul 2022 00:42:34 -0400 Subject: [PATCH] localmode can be turned off now --- flags.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flags.ts b/flags.ts index 94bf935..939f73a 100644 --- a/flags.ts +++ b/flags.ts @@ -3,4 +3,4 @@ export const DEVMODE = false; // DEBUG is used to toggle the cmdPrompt export const DEBUG = false; // LOCALMODE is used to run a differnt bot token for local testing -export const LOCALMODE = true; +export const LOCALMODE = false;