This commit is contained in:
legop3
2026-04-28 20:05:56 -04:00
parent 50f6569b22
commit fc229fcf62
7 changed files with 7 additions and 7 deletions
@@ -5,7 +5,7 @@ const fs = require('fs');
const path = require('path');
const logger = require('../../globals/logger').child('discordGuildStore');
const DATA_DIR = path.join(__dirname, '..', '..', 'data');
const DATA_DIR = path.join(__dirname, '..', '..', '..', 'data');
const STORE_PATH = path.join(DATA_DIR, 'discord-guilds.json');
const VALID_MODES = new Set(['global', 'private']);