mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 03:53:29 +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;
|
readonly tag: null;
|
||||||
}
|
}
|
||||||
|
|
||||||
type PresenceStatus = ClientPresenceStatus | 'offline';
|
|
||||||
|
|
||||||
type PresenceStatusData = ClientPresenceStatus | 'invisible';
|
type PresenceStatusData = ClientPresenceStatus | 'invisible';
|
||||||
|
|
||||||
|
type PresenceStatus = PresenceStatusData | 'offline';
|
||||||
|
|
||||||
interface RateLimitData {
|
interface RateLimitData {
|
||||||
timeout: number;
|
timeout: number;
|
||||||
limit: number;
|
limit: number;
|
||||||
|
|||||||
Reference in New Issue
Block a user