very rudimentary thread support

This commit is contained in:
ouwou
2021-07-27 22:54:17 -04:00
parent 1936f9ab8a
commit 9d2d13a389
8 changed files with 136 additions and 14 deletions

View File

@@ -43,6 +43,7 @@ void from_json(const nlohmann::json &j, GuildData &m) {
// JS_O("voice_states", m.VoiceStates);
// JS_O("members", m.Members);
JS_O("channels", m.Channels);
JS_O("threads", m.Threads);
// JS_O("presences", m.Presences);
JS_ON("max_presences", m.MaxPresences);
JS_O("max_members", m.MaxMembers);