Improve directory architecture

This commit is contained in:
2025-08-10 10:53:25 -07:00
parent 3a15c43d1b
commit f57f67191c
4 changed files with 8 additions and 4 deletions

View File

@@ -143,7 +143,7 @@ try:
ALLOWED_GUILD_ID = config.getint('Discord', 'AllowedGuildID')
REQUIRED_ROLE = "Game Server User"
UPDATE_INTERVAL = 10
EMBED_LOCATIONS_FILE = "embed_locations.json"
EMBED_LOCATIONS_FILE = "./embed/embed_locations.json"
logger.debug("Loaded and validated configuration values from config.ini")