From 27cbc950b25e1ea048b818bb453ec424654631c1 Mon Sep 17 00:00:00 2001 From: Fabien Bounoir <71253960+FabienBounoir@users.noreply.github.com> Date: Sat, 21 Jun 2025 14:08:56 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20=20Add=20embedded?= =?UTF-8?q?=20Field=20for=20ClientPresenceStatusData?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/discord.js/src/structures/Presence.js | 1 + 1 file changed, 1 insertion(+) 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 */ /**