Disable localmode

ToDo lists are done, we are ready to release V1.0.0
This commit is contained in:
Ean Milligan (Bastion) 2023-05-01 16:32:24 -04:00
parent 9e4c351a85
commit 2175135e78
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
export const DEBUG = false;
// LOCALMODE is used to run a different bot token for local testing
export const LOCALMODE = true;
export const LOCALMODE = false;