diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-09 23:20:08 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-09 23:20:08 -0500 |
commit | 481685b3bbb2b0270870dec5de87e60fc2d84d15 (patch) | |
tree | 5eaa4abf4cb800812389ce95af954e120f633e54 /src/discord/usersettings.hpp | |
parent | f31d431517b27a88a95f6972de8fcf3206df1da1 (diff) | |
download | abaddon-portaudio-481685b3bbb2b0270870dec5de87e60fc2d84d15.tar.gz abaddon-portaudio-481685b3bbb2b0270870dec5de87e60fc2d84d15.zip |
format all
Diffstat (limited to 'src/discord/usersettings.hpp')
-rw-r--r-- | src/discord/usersettings.hpp | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/discord/usersettings.hpp b/src/discord/usersettings.hpp index 6d37b3c..2baf61e 100644 --- a/src/discord/usersettings.hpp +++ b/src/discord/usersettings.hpp @@ -6,7 +6,7 @@ struct UserSettingsGuildFoldersEntry { int Color = -1; // null std::vector<Snowflake> GuildIDs; - Snowflake ID; // null (this can be a snowflake as a string or an int that isnt a snowflake lol) + Snowflake ID; // null (this can be a snowflake as a string or an int that isnt a snowflake lol) std::string Name; // null friend void from_json(const nlohmann::json &j, UserSettingsGuildFoldersEntry &m); @@ -19,16 +19,16 @@ struct UserSettings { std::string Status; // bool ShouldShowCurrentGame; // // std::vector<Unknown> RestrictedGuilds; // - bool ShouldRenderReactions; // - bool ShouldRenderEmbeds; // - bool IsNativePhoneIntegrationEnabled; // - bool ShouldMessageDisplayCompact; // - std::string Locale; // - bool ShouldInlineEmbedMedia; // - bool ShouldInlineAttachmentMedia; // - std::vector<Snowflake> GuildPositions; // deprecated? + bool ShouldRenderReactions; // + bool ShouldRenderEmbeds; // + bool IsNativePhoneIntegrationEnabled; // + bool ShouldMessageDisplayCompact; // + std::string Locale; // + bool ShouldInlineEmbedMedia; // + bool ShouldInlineAttachmentMedia; // + std::vector<Snowflake> GuildPositions; // deprecated? std::vector<UserSettingsGuildFoldersEntry> GuildFolders; // - bool ShouldGIFAutoplay; // + bool ShouldGIFAutoplay; // // Unknown FriendSourceFlags; // int ExplicitContentFilter; // bool IsTTSCommandEnabled; // |