summaryrefslogtreecommitdiff
path: root/discord/auditlog.cpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-05-14 03:18:05 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2021-05-14 03:18:05 -0400
commit1c5f91201979d63ca4f96825f52ba1d5bcae06ef (patch)
tree8e78c141074210b0ed274372b12f63a1ac701bc2 /discord/auditlog.cpp
parent95eb6646415d859931532e7b22967b7c68ddb02b (diff)
parent223a18512473fc790f6ad72a8344061de92812c8 (diff)
downloadabaddon-portaudio-1c5f91201979d63ca4f96825f52ba1d5bcae06ef.tar.gz
abaddon-portaudio-1c5f91201979d63ca4f96825f52ba1d5bcae06ef.zip
Merge branch 'master' into friends
Diffstat (limited to 'discord/auditlog.cpp')
-rw-r--r--discord/auditlog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/auditlog.cpp b/discord/auditlog.cpp
index 5f3cde5..bfada39 100644
--- a/discord/auditlog.cpp
+++ b/discord/auditlog.cpp
@@ -20,7 +20,7 @@ void from_json(const nlohmann::json &j, AuditLogOptions &m) {
void from_json(const nlohmann::json &j, AuditLogEntry &m) {
JS_N("target_id", m.TargetID);
JS_O("changes", m.Changes);
- JS_D("user_id", m.UserID);
+ JS_N("user_id", m.UserID);
JS_D("id", m.ID);
JS_D("action_type", m.Type);
JS_O("options", m.Options);