From 9a583525d0b574aa599c91d77c6f5703020efa30 Mon Sep 17 00:00:00 2001 From: Mark Mandel Date: Wed, 23 Jul 2025 22:06:48 +0000 Subject: [PATCH] Social SDK: Remove "cross-platform" language Change language around "cross-platform" as it's definition to game developers doesn't align with the original intent in the documentation. --- docs/discord-social-sdk/development-guides.mdx | 2 +- docs/discord-social-sdk/development-guides/linked-channels.mdx | 2 +- .../development-guides/sending-direct-messages.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/discord-social-sdk/development-guides.mdx b/docs/discord-social-sdk/development-guides.mdx index fa875258a3..cecdf7c255 100644 --- a/docs/discord-social-sdk/development-guides.mdx +++ b/docs/discord-social-sdk/development-guides.mdx @@ -48,7 +48,7 @@ If you are new to the Discord Social SDK, we recommend you start with the [Getti Display detailed game status in Discord profiles. - Implement cross-platform game invites. + Allow players to invite friends to join their game session or party. diff --git a/docs/discord-social-sdk/development-guides/linked-channels.mdx b/docs/discord-social-sdk/development-guides/linked-channels.mdx index 944fc7c583..dbc3e43341 100644 --- a/docs/discord-social-sdk/development-guides/linked-channels.mdx +++ b/docs/discord-social-sdk/development-guides/linked-channels.mdx @@ -13,7 +13,7 @@ import CommsScopeWarning from '../partials/callouts/oauth-comms-scopes.mdx'; ## Overview -Linked Channels let players connect in-game lobbies with Discord text channels, enabling cross-platform chat between your game and Discord servers. +Linked Channels let players connect in-game lobbies with Discord text channels, enabling chat between your game and Discord servers. When linked: - In-game messages appear in the Discord channel diff --git a/docs/discord-social-sdk/development-guides/sending-direct-messages.mdx b/docs/discord-social-sdk/development-guides/sending-direct-messages.mdx index 22a0b79f9a..2e62e59957 100644 --- a/docs/discord-social-sdk/development-guides/sending-direct-messages.mdx +++ b/docs/discord-social-sdk/development-guides/sending-direct-messages.mdx @@ -141,7 +141,7 @@ Now that you know how to send and receive messages, check out these other Discor Bring players together in a shared lobby with invites, text chat, and voice comms. - Enable cross-platform text chat between a Discord channel and your game. + Enable text chat between a Discord channel and your game.