Skip to content

Commit 4354cb9

Browse files
committed
Fixed table indentation once again
1 parent 65ed3d2 commit 4354cb9

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

docs/events/gateway-events.mdx

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -759,22 +759,22 @@ Sent when a guild member is updated. This will also fire when the user object of
759759

760760
###### Guild Member Update Event Fields
761761

762-
| Field | Type | Description |
763-
|-------------------------------|-------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
764-
| guild_id | snowflake | ID of the guild |
765-
| roles | array of snowflakes | User role ids |
766-
| user | a [user](/docs/resources/user#user-object) object | User |
767-
| nick? | ?string | Nickname of the user in the guild |
768-
| avatar | ?string | Member's [guild avatar hash](/docs/reference#image-formatting) |
769-
| banner | ?string | Member's [guild banner hash](/docs/reference#image-formatting) |
770-
| joined_at | ?ISO8601 timestamp | When the user joined the guild |
771-
| premium_since? | ?ISO8601 timestamp | When the user starting [boosting](https://support.discord.com/hc/en-us/articles/360028038352) the guild |
772-
| deaf? | boolean | Whether the user is deafened in voice channels |
773-
| mute? | boolean | Whether the user is muted in voice channels |
774-
| pending? | boolean | Whether the user has not yet passed the guild's [Membership Screening](/docs/resources/guild#membership-screening-object) requirements |
762+
| Field | Type | Description |
763+
|-------------------------------|-------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
764+
| guild_id | snowflake | ID of the guild |
765+
| roles | array of snowflakes | User role ids |
766+
| user | a [user](/docs/resources/user#user-object) object | User |
767+
| nick? | ?string | Nickname of the user in the guild |
768+
| avatar | ?string | Member's [guild avatar hash](/docs/reference#image-formatting) |
769+
| banner | ?string | Member's [guild banner hash](/docs/reference#image-formatting) |
770+
| joined_at | ?ISO8601 timestamp | When the user joined the guild |
771+
| premium_since? | ?ISO8601 timestamp | When the user starting [boosting](https://support.discord.com/hc/en-us/articles/360028038352) the guild |
772+
| deaf? | boolean | Whether the user is deafened in voice channels |
773+
| mute? | boolean | Whether the user is muted in voice channels |
774+
| pending? | boolean | Whether the user has not yet passed the guild's [Membership Screening](/docs/resources/guild#membership-screening-object) requirements |
775775
| communication_disabled_until? | ?ISO8601 timestamp | When the user's [timeout](https://support.discord.com/hc/en-us/articles/4413305239191) will expire and the user will be able to communicate in the guild again, null or a time in the past if the user is not timed out |
776-
| flags? | integer | [Guild member flags](/docs/resources/guild#guild-member-object-guild-member-flags) represented as a bit set, defaults to 0 |
777-
| avatar_decoration_data? | ?[avatar decoration data](/docs/resources/user#avatar-decoration-data-object) | Data for the member's guild avatar decoration |
776+
| flags? | integer | [Guild member flags](/docs/resources/guild#guild-member-object-guild-member-flags) represented as a bit set, defaults to 0 |
777+
| avatar_decoration_data? | ?[avatar decoration data](/docs/resources/user#avatar-decoration-data-object) | Data for the member's guild avatar decoration |
778778

779779
#### Guild Members Chunk
780780

docs/resources/channel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ Represents a guild or DM channel within Discord.
6363
| DM | 1 | a direct message between users |
6464
| GUILD_VOICE | 2 | a voice channel within a server |
6565
| GROUP_DM | 3 | a direct message between multiple users |
66-
| GUILD_CATEGORY | 4 | an [organizational category](https://support.discord.com/hc/en-us/articles/115001580171) that contains up to 50 channels |
66+
| GUILD_CATEGORY | 4 | an [organizational category](https://support.discord.com/hc/en-us/articles/115001580171) that contains up to 50 channels |
6767
| GUILD_ANNOUNCEMENT | 5 | a channel that [users can follow and crosspost into their own server](https://support.discord.com/hc/en-us/articles/360032008192) (formerly news channels) |
6868
| ANNOUNCEMENT_THREAD | 10 | a temporary sub-channel within a GUILD_ANNOUNCEMENT channel |
6969
| PUBLIC_THREAD | 11 | a temporary sub-channel within a GUILD_TEXT or GUILD_FORUM channel |
7070
| PRIVATE_THREAD | 12 | a temporary sub-channel within a GUILD_TEXT channel that is only viewable by those invited and those with the MANAGE_THREADS permission |
7171
| GUILD_STAGE_VOICE | 13 | a voice channel for [hosting events with an audience](https://support.discord.com/hc/en-us/articles/1500005513722) |
72-
| GUILD_DIRECTORY | 14 | the channel in a [hub](https://support.discord.com/hc/en-us/articles/4406046651927) containing the listed servers |
72+
| GUILD_DIRECTORY | 14 | the channel in a [hub](https://support.discord.com/hc/en-us/articles/4406046651927) containing the listed servers |
7373
| GUILD_FORUM | 15 | Channel that can only contain threads |
7474
| GUILD_MEDIA | 16 | Channel that can only contain threads, similar to `GUILD_FORUM` channels |
7575

0 commit comments

Comments
 (0)