diff --git a/src/structure/client/wrappers/GuildWrapper.js b/src/structure/client/wrappers/GuildWrapper.js index b06e1c3..aa643be 100644 --- a/src/structure/client/wrappers/GuildWrapper.js +++ b/src/structure/client/wrappers/GuildWrapper.js @@ -273,7 +273,7 @@ class GuildWrapper { } get premiumTier() { - return this.guild.premiumTier; + return this._settings.premium; } // Primarily used by the API