3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-16 22:21: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, UnknownUser,
} from "./utils"; } from "./utils";
import { Client, GuildChannel, Message } from "eris"; import { Client, GuildChannel, Message } from "eris";
import { TypeConversionError } from "knub-command-manager"; import { ICommandContext, TypeConversionError } from "knub";
import { ICommandContext } from "knub";
export const customArgumentTypes = { export const customArgumentTypes = {
delay(value) { delay(value) {