diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-04 01:48:49 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-12-04 01:48:49 -0500 |
commit | 6b436918f8b9a96a2dcde7c61b440bc8a774fbbf (patch) | |
tree | 84f61329ca9ef56128faf990448d6e710b8ef1c2 | |
parent | 6bd6fd8398cfd19443a908c51a91a733626866d1 (diff) | |
download | abaddon-portaudio-6b436918f8b9a96a2dcde7c61b440bc8a774fbbf.tar.gz abaddon-portaudio-6b436918f8b9a96a2dcde7c61b440bc8a774fbbf.zip |
fetch DoesMentionEveryone from store
-rw-r--r-- | src/discord/store.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord/store.cpp b/src/discord/store.cpp index 817f71f..0e1ba48 100644 --- a/src/discord/store.cpp +++ b/src/discord/store.cpp @@ -975,7 +975,7 @@ Message Store::GetMessageBound(std::unique_ptr<Statement> &s) const { s->Get(5, r.Timestamp); s->Get(6, r.EditedTimestamp); // s->Get(7, r.IsTTS); - // s->Get(8, r.DoesMentionEveryone); + s->Get(8, r.DoesMentionEveryone); s->GetJSON(9, r.Embeds); s->Get(10, r.IsPinned); s->Get(11, r.WebhookID); |