Always use the original TypeConversionError instance that knub is expecting
This commit is contained in:
parent
be41b3716f
commit
f1644709fb
1 changed files with 1 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue