From 15751fda06b742a293f94f5727ac1aa83221855f Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:20:18 -0500 Subject: add has_client_mods to identify props --- src/discord/objects.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/discord/objects.hpp') diff --git a/src/discord/objects.hpp b/src/discord/objects.hpp index 44afe8d..fb5e117 100644 --- a/src/discord/objects.hpp +++ b/src/discord/objects.hpp @@ -396,6 +396,7 @@ struct IdentifyProperties { std::string Browser; std::string Device; std::string SystemLocale; + bool HasClientMods; std::string BrowserUserAgent; std::string BrowserVersion; std::string OSVersion; -- cgit v1.2.3