3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00

Always use the original TypeConversionError instance that knub is expecting

This commit is contained in:
Dragory 2019-10-26 02:12:43 +03:00
parent be41b3716f
commit f1644709fb

View file

@ -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) {