add basic guild notifications

This commit is contained in:
ouwou
2023-03-06 17:31:09 -05:00
parent 7611ad298a
commit 64085fafec
10 changed files with 139 additions and 12 deletions

View File

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