Simplify import in Utility.ts
This commit is contained in:
parent
6b3dc42747
commit
7b00dc8498
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import { decorators as d, getCommandSignature, IPluginOptions } from "knub";
|
||||
import { decorators as d, getCommandSignature, IPluginOptions, ICommandDefinition } from "knub";
|
||||
import { CategoryChannel, Channel, EmbedOptions, Member, Message, Role, TextChannel, User, VoiceChannel } from "eris";
|
||||
import {
|
||||
channelMentionRegex,
|
||||
|
@ -26,7 +26,6 @@ import { SavedMessage } from "../data/entities/SavedMessage";
|
|||
import { GuildSavedMessages } from "../data/GuildSavedMessages";
|
||||
import { GuildArchives } from "../data/GuildArchives";
|
||||
import { ZeppelinPlugin } from "./ZeppelinPlugin";
|
||||
import { ICommandDefinition } from "knub/dist/CommandManager";
|
||||
|
||||
const { performance } = require("perf_hooks");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue