mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix(PresenceStatus): include invisible in typings (#4585)
This commit is contained in:
4
typings/index.d.ts
vendored
4
typings/index.d.ts
vendored
@@ -2933,10 +2933,10 @@ declare module 'discord.js' {
|
||||
readonly tag: null;
|
||||
}
|
||||
|
||||
type PresenceStatus = ClientPresenceStatus | 'offline';
|
||||
|
||||
type PresenceStatusData = ClientPresenceStatus | 'invisible';
|
||||
|
||||
type PresenceStatus = PresenceStatusData | 'offline';
|
||||
|
||||
interface RateLimitData {
|
||||
timeout: number;
|
||||
limit: number;
|
||||
|
||||
Reference in New Issue
Block a user