Skip to content

Commit

Permalink
format Guild.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shaydewael committed Jan 23, 2023
1 parent 5a6c4e1 commit baf1f33
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/resources/Guild.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ A partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object. Represents an Offl
| premium_since? | ?ISO8601 timestamp | when the user started [boosting](https://support.discord.com/hc/en-us/articles/360028038352-Server-Boosting-) the guild |
| deaf | boolean | whether the user is deafened in voice channels |
| mute | boolean | whether the user is muted in voice channels |
| flags | integer | [guild member flags](#DOCS_RESOURCES_GUILD/guild-member-object-guild-member-flags) represented as a bit set, defaults to `0` |
| flags | integer | [guild member flags](#DOCS_RESOURCES_GUILD/guild-member-object-guild-member-flags) represented as a bit set, defaults to `0` |
| pending? | boolean | whether the user has not yet passed the guild's [Membership Screening](#DOCS_RESOURCES_GUILD/membership-screening-object) requirements |
| permissions? | string | total permissions of the member in the channel, including overwrites, returned when in the interaction object |
| communication_disabled_until? | ?ISO8601 timestamp | when the user's [timeout](https://support.discord.com/hc/en-us/articles/4413305239191-Time-Out-FAQ) 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 |
Expand All @@ -374,12 +374,12 @@ A partial [guild](#DOCS_RESOURCES_GUILD/guild-object) object. Represents an Offl

###### Guild Member Flags

| Flag | Value | Description | Editable |
| ----------------------------------------| ------ | ------------------------------------------------------------- |---------------------|
| DID_REJOIN | 1 << 0 | Member has left and rejoined the guild | false |
| COMPLETED_ONBOARDING | 1 << 1 | Member has completed onboarding | false |
| BYPASSES_VERIFICATION | 1 << 2 | Member bypasses guild verification requirements | true |
| STARTED_ONBOARDING | 1 << 3 | Member has started onboarding | false |
| Flag | Value | Description | Editable |
| --------------------- | ------ | ----------------------------------------------- | -------- |
| DID_REJOIN | 1 << 0 | Member has left and rejoined the guild | false |
| COMPLETED_ONBOARDING | 1 << 1 | Member has completed onboarding | false |
| BYPASSES_VERIFICATION | 1 << 2 | Member bypasses guild verification requirements | true |
| STARTED_ONBOARDING | 1 << 3 | Member has started onboarding | false |

### Integration Object

Expand Down

0 comments on commit baf1f33

Please sign in to comment.