fix(typings): correct spelling of APIError (#4687)

This commit is contained in:
Androz
2020-08-11 20:52:10 +02:00
committed by GitHub
parent fb1dd6b53a
commit c55b5c8c19

2
typings/index.d.ts vendored
View File

@@ -2085,7 +2085,7 @@ declare module 'discord.js' {
deaf?: boolean;
}
interface APIErrror {
interface APIError {
UNKNOWN_ACCOUNT: number;
UNKNOWN_APPLICATION: number;
UNKNOWN_CHANNEL: number;