summaryrefslogtreecommitdiff
path: root/src/discord/store.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-12-04 01:48:49 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2023-12-04 01:48:49 -0500
commit6b436918f8b9a96a2dcde7c61b440bc8a774fbbf (patch)
tree84f61329ca9ef56128faf990448d6e710b8ef1c2 /src/discord/store.cpp
parent6bd6fd8398cfd19443a908c51a91a733626866d1 (diff)
downloadabaddon-portaudio-6b436918f8b9a96a2dcde7c61b440bc8a774fbbf.tar.gz
abaddon-portaudio-6b436918f8b9a96a2dcde7c61b440bc8a774fbbf.zip
fetch DoesMentionEveryone from store
Diffstat (limited to 'src/discord/store.cpp')
-rw-r--r--src/discord/store.cpp2
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);