Disable localmode

This commit is contained in:
Ean Milligan (Bastion) 2023-05-01 13:31:44 -04:00
parent de5a97a8e2
commit f521913486
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 // DEBUG is used to toggle the cmdPrompt
export const DEBUG = false; export const DEBUG = false;
// LOCALMODE is used to run a differnt bot token for local testing // LOCALMODE is used to run a differnt bot token for local testing
export const LOCALMODE = true; export const LOCALMODE = false;