mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 22:11:53 +00:00
fix(typings): correct spelling of APIError (#4687)
This commit is contained in:
parent
fb1dd6b53a
commit
c55b5c8c19
1 changed files with 1 additions and 1 deletions
2
typings/index.d.ts
vendored
2
typings/index.d.ts
vendored
|
|
@ -2085,7 +2085,7 @@ declare module 'discord.js' {
|
|||
deaf?: boolean;
|
||||
}
|
||||
|
||||
interface APIErrror {
|
||||
interface APIError {
|
||||
UNKNOWN_ACCOUNT: number;
|
||||
UNKNOWN_APPLICATION: number;
|
||||
UNKNOWN_CHANNEL: number;
|
||||
|
|
|
|||
Loading…
Reference in a new issue