mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
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,
|
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) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue