logogram-bot/flags.ts

7 lines
294 B
TypeScript
Raw Normal View History

2024-09-02 19:34:31 -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 different bot token for local testing
export const LOCALMODE = false;