summaryrefslogtreecommitdiff
path: root/discord/usersettings.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2020-11-08 20:52:29 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2020-11-08 20:52:29 -0500
commit9fa59479aa73b3ca57c1ce38b8e4248b7ec170df (patch)
tree33af5fc08377f0e58486fbf97c68f7a51bb63c25 /discord/usersettings.hpp
parent67ee799f04c4add8bd3f652877064c012c9b9e2a (diff)
downloadabaddon-portaudio-9fa59479aa73b3ca57c1ce38b8e4248b7ec170df.tar.gz
abaddon-portaudio-9fa59479aa73b3ca57c1ce38b8e4248b7ec170df.zip
bug fix moment
Diffstat (limited to 'discord/usersettings.hpp')
-rw-r--r--discord/usersettings.hpp2
1 files changed, 1 insertions, 1 deletions
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<Snowflake> 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);