From bbfb75498f361fa76fa76cf518a392810092c186 Mon Sep 17 00:00:00 2001 From: "Navy.gif" Date: Fri, 29 Apr 2022 20:08:20 +0300 Subject: [PATCH] premium getter --- src/structure/client/wrappers/GuildWrapper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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