diff options
Diffstat (limited to 'discord/channel.cpp')
-rw-r--r-- | discord/channel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.cpp b/discord/channel.cpp index f78e0cd..60f481b 100644 --- a/discord/channel.cpp +++ b/discord/channel.cpp @@ -10,7 +10,7 @@ void from_json(const nlohmann::json &j, ThreadMetadataData &m) { void from_json(const nlohmann::json &j, ThreadMemberObject &m) { JS_O("id", m.ThreadID); - JS_O("user_id", m.ThreadID); + JS_O("user_id", m.UserID); JS_D("join_timestamp", m.JoinTimestamp); JS_D("flags", m.Flags); } |