From 80d4ad9bd6cdd9580c30b653b80bdc96d680d480 Mon Sep 17 00:00:00 2001 From: Akira <19719195+devakira@users.noreply.github.com> Date: Wed, 5 Jun 2019 09:14:20 -0400 Subject: [PATCH] Fix reference to premium tier in guild structure --- docs/resources/Guild.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/Guild.md b/docs/resources/Guild.md index ee5c987ae7..2a024df5db 100644 --- a/docs/resources/Guild.md +++ b/docs/resources/Guild.md @@ -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 **