fix: Update guild configuration directory path for consistency
This commit is contained in:
parent
fb3b0dab37
commit
c0896a691d
@ -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")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user