fix: Update guild configuration directory path for consistency

This commit is contained in:
Slipstream 2025-06-01 17:41:18 -06:00
parent fb3b0dab37
commit c0896a691d
Signed by: slipstream
GPG Key ID: 13E498CE010AC6FD

View File

@ -39,7 +39,7 @@ STANDARD_SAFETY_SETTINGS = [
MOD_LOG_API_SECRET_ENV_VAR = "MOD_LOG_API_SECRET"
# --- Per-Guild Discord Configuration ---
GUILD_CONFIG_DIR = "/home/server/wdiscordbot-json-data" # Using the existing directory for all json data
GUILD_CONFIG_DIR = "data/" # Using the existing directory for all json data
GUILD_CONFIG_PATH = os.path.join(GUILD_CONFIG_DIR, "guild_config.json")
USER_INFRACTIONS_PATH = os.path.join(GUILD_CONFIG_DIR, "user_infractions.json")