From f1644709fbabeecb6dba3377171912974c2c3c29 Mon Sep 17 00:00:00 2001 From: Dragory <2606411+Dragory@users.noreply.github.com> Date: Sat, 26 Oct 2019 02:12:43 +0300 Subject: [PATCH] Always use the original TypeConversionError instance that knub is expecting --- src/customArgumentTypes.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/customArgumentTypes.ts b/src/customArgumentTypes.ts index 22d85cf1..ec7fef84 100644 --- a/src/customArgumentTypes.ts +++ b/src/customArgumentTypes.ts @@ -7,8 +7,7 @@ import { UnknownUser, } from "./utils"; import { Client, GuildChannel, Message } from "eris"; -import { TypeConversionError } from "knub-command-manager"; -import { ICommandContext } from "knub"; +import { ICommandContext, TypeConversionError } from "knub"; export const customArgumentTypes = { delay(value) {