mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
Mark member guild settings model's guild_id as optional
This commit is contained in:
parent
a81841f9f5
commit
4847c719b6
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ This model is used when querying system settings without authenticating, or for
|
||||||
|
|
||||||
|key|type|notes|
|
|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|
|
|display_name|?string|100-character limit|
|
||||||
|avatar_url|?string|256-character limit, must be a publicly-accessible URL|
|
|avatar_url|?string|256-character limit, must be a publicly-accessible URL|
|
||||||
|keep_proxy|?boolean||
|
|keep_proxy|?boolean||
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue