UNPKG

koishi-plugin-kbot

Version:
3 lines (2 loc) 164 B
import type { Context } from 'koishi'; export declare function downloadAndMoveFiles(task: string, resource: string, urls: string[], ctx: Context): Promise<string>;