diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-03-06 17:31:09 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-03-06 17:31:09 -0500 |
commit | 64085fafec86b347c26bb92b758042a0bd4edc75 (patch) | |
tree | 33b7128717e2c63575ef0691c3575d430c3d9a05 /src/discord/store.cpp | |
parent | 7611ad298af9f46c6ca69a425afed8e4148a47a9 (diff) | |
download | abaddon-portaudio-64085fafec86b347c26bb92b758042a0bd4edc75.tar.gz abaddon-portaudio-64085fafec86b347c26bb92b758042a0bd4edc75.zip |
add basic guild notifications
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); |