feat: カスタム絵文字エクスポート
This commit is contained in:
parent
0b038f6477
commit
bd903cdbb5
10 changed files with 298 additions and 5 deletions
|
@ -11,7 +11,7 @@ const PrivateIp = require('private-ip');
|
|||
|
||||
const pipeline = util.promisify(stream.pipeline);
|
||||
|
||||
export async function downloadUrl(url: string, path: string) {
|
||||
export async function downloadUrl(url: string, path: string): Promise<void> {
|
||||
const logger = new Logger('download');
|
||||
|
||||
logger.info(`Downloading ${chalk.cyan(url)} ...`);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue