[untested] whoops wasn't supposed to add that...

This commit is contained in:
Ean Milligan 2025-05-01 18:01:54 -04:00
parent f50dec29c7
commit cb00147f6b
1 changed files with 1 additions and 1 deletions

View File

@ -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;