Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix reference to premium tier in guild structure #975

Merged
merged 1 commit into from
Jun 5, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/resources/Guild.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Guilds in Discord represent an isolated collection of users and channels, and ar
| vanity\_url\_code | ?string | the vanity url code for the guild |
| description | ?string | the description for the guild |
| banner | ?string | [banner hash](#DOCS_REFERENCE/image-formatting) |
| premium_tier | integer | [premium tier](#DOCS_REFERENCE/guild-object-premium-tier) |
| premium_tier | integer | [premium tier](#DOCS_RESOURCES_GUILD/guild-object-premium-tier) |
| premium_subscription_count? | integer | the total number of users currently boosting this server |

** \* These fields are only sent within the [GUILD_CREATE](#DOCS_TOPICS_GATEWAY/guild-create) event **
Expand Down