From a01779399760f0e0b6a14f3f42ed848c9c208317 Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Sat, 26 Apr 2025 21:11:56 -0400 Subject: [PATCH] update comments --- flags.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flags.ts b/flags.ts index 939f73a..12d04c4 100644 --- a/flags.ts +++ b/flags.ts @@ -1,6 +1,6 @@ -// DEVMODE is to prevent users from accessing parts of the bot that are currently broken -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 = false; +// DEVMODE is to prevent users from accessing parts of the bot that are currently broken +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 = false;