UNPKG

kokkoro

Version:

とある咕咕の QQ 机器人框架

7 lines (6 loc) 197 B
import { readFile } from 'node:fs/promises'; export async function getConfig() { const text = await readFile('kokkoro.json', 'utf-8'); const config = JSON.parse(text); return config; }