mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(typings): correct spelling of APIError (#4687)
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user