mirror of
https://github.com/Burn-E99/GroupUp.git
synced 2026-06-04 00:43:49 -04:00
Disable localmode
This commit is contained in:
2
flags.ts
2
flags.ts
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user