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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;