From 9fa59479aa73b3ca57c1ce38b8e4248b7ec170df Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 8 Nov 2020 20:52:29 -0500 Subject: bug fix moment --- discord/usersettings.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/usersettings.hpp') diff --git a/discord/usersettings.hpp b/discord/usersettings.hpp index 56f931e..6d37b3c 100644 --- a/discord/usersettings.hpp +++ b/discord/usersettings.hpp @@ -6,7 +6,7 @@ struct UserSettingsGuildFoldersEntry { int Color = -1; // null std::vector GuildIDs; - int ID = -1; // null + 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); -- cgit v1.2.3