[untested] whoops wasn't supposed to add that...
This commit is contained in:
parent
f50dec29c7
commit
cb00147f6b
2
flags.ts
2
flags.ts
|
@ -3,4 +3,4 @@ export const DEVMODE = false;
|
||||||
// DEBUG is used to toggle the cmdPrompt and show debug log messages
|
// DEBUG is used to toggle the cmdPrompt and show debug log messages
|
||||||
export const DEBUG = false;
|
export const DEBUG = false;
|
||||||
// LOCALMODE is used to run a different bot token for local testing
|
// LOCALMODE is used to run a different bot token for local testing
|
||||||
export const LOCALMODE = true;
|
export const LOCALMODE = false;
|
||||||
|
|
Loading…
Reference in New Issue