handle premium server upload size limits

This commit is contained in:
ouwou
2022-07-09 03:05:48 -04:00
parent 02ce353c6d
commit f95d79129e
3 changed files with 31 additions and 6 deletions

View File

@@ -738,6 +738,7 @@ std::optional<GuildData> Store::GetGuild(Snowflake id) const {
s->Get(2, r.Icon);
s->Get(5, r.OwnerID);
s->Get(20, r.IsUnavailable);
s->Get(27, r.PremiumTier);
s->Reset();