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.