1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 09:03:50 -04:00

localmode can be turned off now

This commit is contained in:
Ean Milligan (Bastion)
2022-07-06 00:42:34 -04:00
parent 5b197256ee
commit 6aeb983242

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;