mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-24 18:15:02 +00:00
Optimize imports
This commit is contained in:
parent
1519b425eb
commit
b7042c1af4
6 changed files with 7 additions and 20 deletions
|
@ -1,8 +1,6 @@
|
|||
import { utilityCmd } from "../types";
|
||||
import { commandTypeHelpers as ct } from "../../../commandTypes";
|
||||
import { messageLink, multiSorter, resolveMember, sorter } from "../../../utils";
|
||||
import { sendErrorMessage } from "../../../pluginUtils";
|
||||
import { GuildChannel, MessageContent, TextChannel } from "eris";
|
||||
import { multiSorter, resolveMember, sorter } from "../../../utils";
|
||||
import { GuildChannel, MessageContent } from "eris";
|
||||
import { getCurrentUptime } from "../../../uptime";
|
||||
import humanizeDuration from "humanize-duration";
|
||||
import LCL from "last-commit-log";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue