2021-05-30 14:04:58 -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;
|
2023-01-09 18:26:41 -08:00
|
|
|
// LOCALMODE is used to run a different bot token for local testing
|
2023-05-01 13:32:24 -07:00
|
|
|
export const LOCALMODE = false;
|