mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 18:13:29 +01:00
docs(Presence): add ClientPresenceStatus typedef (#3208)
This commit is contained in:
6
typings/index.d.ts
vendored
6
typings/index.d.ts
vendored
@@ -2075,9 +2075,9 @@ declare module 'discord.js' {
|
||||
type ClientPresenceStatus = 'online' | 'idle' | 'dnd';
|
||||
|
||||
interface ClientPresenceStatusData {
|
||||
web?: PresenceStatus;
|
||||
mobile?: PresenceStatus;
|
||||
desktop?: PresenceStatus;
|
||||
web?: ClientPresenceStatus;
|
||||
mobile?: ClientPresenceStatus;
|
||||
desktop?: ClientPresenceStatus;
|
||||
}
|
||||
|
||||
type PartialTypes = 'USER'
|
||||
|
||||
Reference in New Issue
Block a user