mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-04-19 19:14:51 +00:00
Fix usernameType typo in RPC docs
This commit is contained in:
parent
e072201ec7
commit
76c5abf643
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,5 @@
|
|||
# RPC (Rich Presence)
|
||||
|
||||
# RPC (Rich Presence)
|
||||
|
||||
Lighthouse supports Discord's [Rich Presence](https://discordapp.com/rich-presence) feature, which allows you
|
||||
to display your current activity in Lighthouse to your Discord friends.
|
||||
|
@ -22,8 +23,7 @@ Returns a JSON object containing the following information:
|
|||
- `partyIdPrefix`: The prefix to use for the party ID. This is used to prevent collisions between
|
||||
multiple instances of Lighthouse running on the same Discord application.
|
||||
- `usernameType`: Some compatible APIs require usernames instead of user IDs. A return value of `0`
|
||||
indicates that usernames should be used, while a return value of `1` indicates that user
|
||||
IDs should be used.
|
||||
indicates that user IDs should be used, while a return value of `1` indicates that usernames should be used.
|
||||
- `assets`: A JSON object containing the following information:
|
||||
- `podAsset`: Asset used when in the Pod.
|
||||
- `moonAsset`: Asset used when creating on the Moon.
|
||||
|
|
Loading…
Add table
Reference in a new issue