1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-01-06 20:37:54 -05:00

update comments

This commit is contained in:
Ean Milligan
2025-04-26 21:11:56 -04:00
parent 2c991e44f8
commit a017793997

View File

@ -1,6 +1,6 @@
// 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
export const LOCALMODE = false;
// 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 and show debug log messages
export const DEBUG = false;
// LOCALMODE is used to run a different bot token for local testing
export const LOCALMODE = false;