From 967469000b9a8266f3af5533a82d8e6266cc887b Mon Sep 17 00:00:00 2001 From: Dark <7890309+DarkView@users.noreply.github.com> Date: Fri, 20 Nov 2020 02:34:40 +0100 Subject: [PATCH] Remove unnecessary import --- backend/src/plugins/Utility/commands/VcmoveCmd.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/plugins/Utility/commands/VcmoveCmd.ts b/backend/src/plugins/Utility/commands/VcmoveCmd.ts index 1fddcdad..b80ad810 100644 --- a/backend/src/plugins/Utility/commands/VcmoveCmd.ts +++ b/backend/src/plugins/Utility/commands/VcmoveCmd.ts @@ -11,7 +11,6 @@ import { import { sendErrorMessage, sendSuccessMessage } from "../../../pluginUtils"; import { Member, VoiceChannel } from "eris"; import { LogType } from "../../../data/LogType"; -import { number } from "io-ts"; export const VcmoveCmd = utilityCmd({ trigger: "vcmove",