refactor: rename KyokoClient to BotClient and update all imports.
This commit is contained in:
@@ -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');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user