Commit 124f720e authored by nanahira's avatar nanahira

fix

parent e1029ec9
import 'source-map-support/register';
import { Context, Schema, Random } from 'koishi';
import { MyPluginConfig, MyPluginConfigLike } from './config';
import { schemaFromClass, schemaTransform } from 'koishi-utils-schemagen';
import { Context, Random } from 'koishi';
import { MyPluginConfig } from './config';
import { promises as fs } from 'fs';
import { sleep } from 'koishi';
import _ from 'lodash';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment