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-03 00:46:51 -07:00
|
|
|
export const LOCALMODE = false;
|