Optimize imports

This commit is contained in:
Dragory 2020-07-06 02:57:21 +03:00
parent c1d91b2864
commit c17fef6440
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
6 changed files with 7 additions and 20 deletions

View file

@ -1,9 +1,8 @@
import { utilityCmd } from "../types";
import { commandTypeHelpers as ct } from "../../../commandTypes";
import { downloadFile, messageLink, SECONDS, UnknownUser } from "../../../utils";
import { UnknownUser } from "../../../utils";
import { sendErrorMessage } from "../../../pluginUtils";
import { EmbedOptions, TextChannel } from "eris";
import { activeReloads } from "../guildReloads";
import { EmbedOptions } from "eris";
export const AvatarCmd = utilityCmd({
trigger: "avatar",