diff --git a/docs/content/api/models.md b/docs/content/api/models.md index f7e71523..72ab29b1 100644 --- a/docs/content/api/models.md +++ b/docs/content/api/models.md @@ -94,7 +94,8 @@ Every PluralKit entity has two IDs: a short (5-character) ID and a longer UUID. |---|---|---| |timestamp|datetime|| |id|snowflake|The ID of the message sent by the webhook. Encoded as string for precision reasons.| -|original| snowflake|The ID of the (now-deleted) message that triggered the proxy. Encoded as string for precision reasons.||sender|snowflake|The user ID of the account that triggered the proxy. Encoded as string for precision reasons.| +|original| snowflake|The ID of the (now-deleted) message that triggered the proxy. Encoded as string for precision reasons.| +|sender|snowflake|The user ID of the account that triggered the proxy. Encoded as string for precision reasons.| |channel|snowflake|The ID of the channel the message was sent in. Encoded as string for precision reasons.| |guild|snowflake|The ID of the server the message was sent in. Encoded as string for precision reasons.| |system?|full System object|The system that proxied the message. Null if the member associated with this message was deleted.|