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

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

@ -4,12 +4,11 @@ import {
channelMentionRegex,
errorMessage,
isSnowflake,
messageLink,
simpleClosestStringMatch,
stripObjectToScalars,
} from "../../../utils";
import { sendErrorMessage, sendSuccessMessage } from "../../../pluginUtils";
import { TextChannel, VoiceChannel } from "eris";
import { VoiceChannel } from "eris";
import { LogType } from "../../../data/LogType";
export const VcmoveCmd = utilityCmd({