summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/discord/objects.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord/objects.cpp b/src/discord/objects.cpp
index e4c61c5..5ca8718 100644
--- a/src/discord/objects.cpp
+++ b/src/discord/objects.cpp
@@ -648,7 +648,7 @@ void to_json(nlohmann::json &j, const VoiceStateUpdateMessage &m) {
j["d"]["self_mute"] = m.SelfMute;
j["d"]["self_deaf"] = m.SelfDeaf;
j["d"]["self_video"] = m.SelfVideo;
- j["d"]["preferred_region"] = m.PreferredRegion;
+ // j["d"]["preferred_region"] = m.PreferredRegion;
}
void from_json(const nlohmann::json &j, VoiceStateUpdateData &m) {