1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-05 20:17:53 -05:00

[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

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;