diff --git a/flags.ts b/flags.ts index 450b49a..1068562 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 different bot token for local testing -export const LOCALMODE = true; +export const LOCALMODE = false;