diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-04-21 18:18:26 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-04-21 18:18:26 -0400 |
commit | d21b51c4dd850465d477efc306b38685b537dc94 (patch) | |
tree | 7bd81f8edb90efb4df7fcf6ef1fa995196277ecf /discord/objects.hpp | |
parent | 6467ddd68bc484ee7f060c69d1b5a44eca091289 (diff) | |
download | abaddon-portaudio-d21b51c4dd850465d477efc306b38685b537dc94.tar.gz abaddon-portaudio-d21b51c4dd850465d477efc306b38685b537dc94.zip |
bump to api v9 now that it's live
Diffstat (limited to 'discord/objects.hpp')
-rw-r--r-- | discord/objects.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/objects.hpp b/discord/objects.hpp index 80bad17..5335dc0 100644 --- a/discord/objects.hpp +++ b/discord/objects.hpp @@ -265,6 +265,7 @@ struct IdentifyProperties { std::string OS; std::string Browser; std::string Device; + std::string SystemLocale; std::string BrowserUserAgent; std::string BrowserVersion; std::string OSVersion; |