mirror of
https://github.com/discordjs/discord.js.git
synced 2026-06-15 19:08:20 +00:00
docs(Presence): add ClientPresenceStatus typedef (#3208)
This commit is contained in:
Vendored
+3
-3
@@ -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