forked from syntaxbullet/AuroraBot-discord
refactor: rename game.json to config.json and update file path references
This commit is contained in:
@@ -2,7 +2,7 @@ import { readFileSync, writeFileSync } from 'fs';
|
||||
import { join } from 'path';
|
||||
import { KyokoClient } from '@/lib/BotClient';
|
||||
|
||||
const configPath = join(process.cwd(), 'src', 'config', 'game.json');
|
||||
const configPath = join(process.cwd(), 'src', 'config', 'config.json');
|
||||
|
||||
export const configManager = {
|
||||
toggleCommand: (commandName: string, enabled: boolean) => {
|
||||
|
||||
Reference in New Issue
Block a user