Skip to content

Commit bb1977e

Browse files
authored
Merge branch 'master' into status-Codes
2 parents a222a78 + 106ca81 commit bb1977e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/resources/server/comment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ A list of all known keys can be found in the table below
4444
| 2 | comment | **String** | The comment left by the user, encoded in [base64](/topics/encryption/base64.md)
4545
| 3 | author* | **Integer** | The player ID of the author. **This is different than the account ID**
4646
| 4 | likes | **Integer** | The amount of likes the comment has
47-
| 5 | dislikes | **Integer** | The amount of dislikes the comment has -> unused
47+
| 5 | dislikes | **Integer** | The amount of dislikes the comment has -> unused
4848
| 6 | messageID | **Integer** | The message ID. Account comments have different IDs than level comments
4949
| 7 | spam | **Bool** | If a comment has been flagged as spam
5050
| 9 | age | **String** | How long ago the comment was posted (e.g. "2 months")

docs/resources/server/song.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@ A list of all known keys can be found in the table below
3838
| 8 | isVerified | **Bool** | if the song artist is scouted on newgrounds
3939
| 9 | songPriority | **Integer** | priority over the song list
4040
| 10 | link | **String** | Link to the song's mp3
41+

0 commit comments

Comments
 (0)