Skip to content

Commit 5729ea4

Browse files
authored
fix docs for serialized_source_guild's placeholder ids (#7232)
1 parent 82e4bdf commit 5729ea4

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

docs/resources/Guild_Template.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Represents a code that when used, creates a guild based on a snapshot of an exis
1010

1111
###### Guild Template Structure
1212

13-
| Field | Type | Description |
14-
|-------------------------|------------------------------------------------------------|--------------------------------------------------------|
15-
| code | string | the template code (unique ID) |
16-
| name | string | template name |
17-
| description | ?string | the description for the template |
18-
| usage_count | integer | number of times this template has been used |
19-
| creator_id | snowflake | the ID of the user who created the template |
20-
| creator | [user](#DOCS_RESOURCES_USER/user-object) object | the user who created the template |
21-
| created_at | ISO8601 timestamp | when this template was created |
22-
| updated_at | ISO8601 timestamp | when this template was last synced to the source guild |
23-
| source_guild_id | snowflake | the ID of the guild this template is based on |
24-
| serialized_source_guild | partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object | the guild snapshot this template contains |
25-
| is_dirty | ?boolean | whether the template has unsynced changes |
13+
| Field | Type | Description |
14+
|-------------------------|------------------------------------------------------------|----------------------------------------------------------------------------------|
15+
| code | string | the template code (unique ID) |
16+
| name | string | template name |
17+
| description | ?string | the description for the template |
18+
| usage_count | integer | number of times this template has been used |
19+
| creator_id | snowflake | the ID of the user who created the template |
20+
| creator | [user](#DOCS_RESOURCES_USER/user-object) object | the user who created the template |
21+
| created_at | ISO8601 timestamp | when this template was created |
22+
| updated_at | ISO8601 timestamp | when this template was last synced to the source guild |
23+
| source_guild_id | snowflake | the ID of the guild this template is based on |
24+
| serialized_source_guild | partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object | the guild snapshot this template contains; placeholder IDs are given as integers |
25+
| is_dirty | ?boolean | whether the template has unsynced changes |
2626

2727
###### Example Guild Template Object
2828

0 commit comments

Comments
 (0)