SweeperBot/flags.ts

7 lines
286 B
TypeScript
Raw Normal View History

2022-09-01 21:53:43 -07:00
// DEVMODE is to prevent users from accessing parts of the bot that are currently broken
export const DEVMODE = false;
// DEBUG is used to toggle the cmdPrompt
export const DEBUG = false;
// LOCALMODE is used to run a differnt bot token for local testing
2022-09-01 23:48:28 -07:00
export const LOCALMODE = true;