From 73a967d7a95e0f2b6953898e37a40dd7753eb0a8 Mon Sep 17 00:00:00 2001 From: zowie Date: Wed, 6 Aug 2025 12:14:56 +0200 Subject: [PATCH] fix(docs): add missing `avatar_url` and `display_name` properties to `system guild settings` model --- docs/content/api/models.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/api/models.md b/docs/content/api/models.md index 47dc41af..937f9d1a 100644 --- a/docs/content/api/models.md +++ b/docs/content/api/models.md @@ -173,6 +173,8 @@ This model is used when querying system settings without authenticating, or for |proxying_enabled|boolean|| |tag|?string|79-character limit| |tag_enabled|boolean|| +|avatar_url|?string|256-character limit| +|display_name|?string|100-character limit| ### Autoproxy settings model