3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 01:05:02 +00:00

Optimize imports

This commit is contained in:
Dragory 2020-07-06 02:57:21 +03:00
parent 1519b425eb
commit b7042c1af4
6 changed files with 7 additions and 20 deletions

View file

@ -1,9 +1,6 @@
import { utilityCmd } from "../types";
import { commandTypeHelpers as ct } from "../../../commandTypes";
import { downloadFile, messageLink, SECONDS } from "../../../utils";
import { sendErrorMessage } from "../../../pluginUtils";
import { TextChannel } from "eris";
import { activeReloads } from "../guildReloads";
import { downloadFile, SECONDS } from "../../../utils";
import fs from "fs";
import sharp from "sharp";
import twemoji from "twemoji";