fix(docs): mark member guild settings model's guild_id as optional

This commit is contained in:
Kat 2025-06-28 12:41:33 +00:00 committed by alyssa
parent a81841f9f5
commit 0f840914d7

View file

@ -196,7 +196,7 @@ This model is used when querying system settings without authenticating, or for
|key|type|notes|
|---|---|---|
|guild_id|snowflake|only sent if the guild ID isn't already known (in dispatch payloads)|
|?guild_id|snowflake|only sent if the guild ID isn't already known (in dispatch payloads)|
|display_name|?string|100-character limit|
|avatar_url|?string|256-character limit, must be a publicly-accessible URL|
|keep_proxy|?boolean||