diff options
Diffstat (limited to 'src/discord/store.cpp')
-rw-r--r-- | src/discord/store.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discord/store.cpp b/src/discord/store.cpp index 7f674c4..8393322 100644 --- a/src/discord/store.cpp +++ b/src/discord/store.cpp @@ -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); |