From c55b5c8c19226a1dfe147c57d81aca2544656c46 Mon Sep 17 00:00:00 2001 From: Androz Date: Tue, 11 Aug 2020 20:52:10 +0200 Subject: [PATCH] fix(typings): correct spelling of APIError (#4687) --- typings/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typings/index.d.ts b/typings/index.d.ts index d36b3ea90..237036127 100644 --- a/typings/index.d.ts +++ b/typings/index.d.ts @@ -2085,7 +2085,7 @@ declare module 'discord.js' { deaf?: boolean; } - interface APIErrror { + interface APIError { UNKNOWN_ACCOUNT: number; UNKNOWN_APPLICATION: number; UNKNOWN_CHANNEL: number;