3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-07-14 05:57:18 +00:00

Remove unnecessary import

This commit is contained in:
Dark 2020-11-20 02:34:40 +01:00
parent 2e521aadd7
commit 967469000b

View file

@ -11,7 +11,6 @@ import {
import { sendErrorMessage, sendSuccessMessage } from "../../../pluginUtils"; import { sendErrorMessage, sendSuccessMessage } from "../../../pluginUtils";
import { Member, VoiceChannel } from "eris"; import { Member, VoiceChannel } from "eris";
import { LogType } from "../../../data/LogType"; import { LogType } from "../../../data/LogType";
import { number } from "io-ts";
export const VcmoveCmd = utilityCmd({ export const VcmoveCmd = utilityCmd({
trigger: "vcmove", trigger: "vcmove",