You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document new rich presence url & status display type fields for Social SDK (#7676)
* add examples for social sdk
* add to gateway events
* add changelog entry
* split out social sdk changes into separate pr
* add back social sdk changes
* remove changelog
* revert gateway events changes
* reorganize sections
Copy file name to clipboardExpand all lines: docs/discord-social-sdk/development-guides/setting-rich-presence.mdx
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -164,6 +164,46 @@ If you need more than 300 custom assets or want to use images stored somewhere e
164
164
165
165
---
166
166
167
+
## Setting Field URLs
168
+
169
+
You can set URLs for `details`, `state`, `assets.large_image` and `assets.small_image` in Rich Presence. When present, these URLs will make the corresponding image/text into clickable links.
You can also include party details and a join secret in your Rich Presence to power Game Invites. Check out the [Game Invites guide](/docs/discord-social-sdk/development-guides/managing-game-invites) for more information.
0 commit comments