refactor: rename KyokoClient to BotClient and update all imports.

This commit is contained in:
syntaxbullet
2025-12-15 22:01:19 +01:00
parent ac6283e60c
commit 3984d6112b
6 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
import { readFileSync, writeFileSync } from 'fs';
import { join } from 'path';
import { KyokoClient } from '@/lib/KyokoClient';
import { KyokoClient } from '@/lib/BotClient';
const configPath = join(process.cwd(), 'src', 'config', 'game.json');