diff --git a/packages/discord.js/src/structures/Presence.js b/packages/discord.js/src/structures/Presence.js index de5ca9f979bf..3bcb8b2384ac 100644 --- a/packages/discord.js/src/structures/Presence.js +++ b/packages/discord.js/src/structures/Presence.js @@ -108,6 +108,7 @@ class Presence extends Base { * @property {?ClientPresenceStatus} web The current presence in the web application * @property {?ClientPresenceStatus} mobile The current presence in the mobile application * @property {?ClientPresenceStatus} desktop The current presence in the desktop application + * @property {?ClientPresenceStatus} embedded The current presence in Xbox, PlayStation and in-game application session */ /**