diff --git a/docs/discord-social-sdk/development-guides/managing-game-invites.mdx b/docs/discord-social-sdk/development-guides/managing-game-invites.mdx index 1764b024d1..3b3bda93e8 100644 --- a/docs/discord-social-sdk/development-guides/managing-game-invites.mdx +++ b/docs/discord-social-sdk/development-guides/managing-game-invites.mdx @@ -218,6 +218,8 @@ client->SendActivityInvite(targetUserId, inviteMessage, [](discordpp::ClientResu }); ``` +![Example of a sent game invite in the Discord client](images/social-sdk/development-guides/game-invite.webp) + --- ## Receiving Game Invites diff --git a/static/images/social-sdk/development-guides/game-invite.webp b/static/images/social-sdk/development-guides/game-invite.webp new file mode 100644 index 0000000000..a8b99efe29 Binary files /dev/null and b/static/images/social-sdk/development-guides/game-invite.webp differ