This commit is contained in:
syuilo
2022-03-01 01:26:32 +09:00
parent 4701127946
commit 51517cf96c
4 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
import { URL } from 'node:url';
import * as promiseLimit from 'promise-limit';
import promiseLimit from 'promise-limit';
import $, { Context } from 'cafy';
import config from '@/config/index.js';