mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-10 12:25:02 +00:00
Optimize imports
This commit is contained in:
parent
c1d91b2864
commit
c17fef6440
6 changed files with 7 additions and 20 deletions
|
@ -1,9 +1,6 @@
|
|||
import { utilityCmd } from "../types";
|
||||
import { commandTypeHelpers as ct } from "../../../commandTypes";
|
||||
import { createChunkedMessage, messageLink } from "../../../utils";
|
||||
import { sendErrorMessage } from "../../../pluginUtils";
|
||||
import { TextChannel } from "eris";
|
||||
import { ZeppelinPlugin } from "../../ZeppelinPlugin";
|
||||
import { createChunkedMessage } from "../../../utils";
|
||||
import { PluginCommandDefinition } from "knub/dist/commands/commandUtils";
|
||||
import { LoadedPlugin } from "knub";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue