bug fix moment

This commit is contained in:
ouwou
2020-11-08 20:52:29 -05:00
parent 67ee799f04
commit 9fa59479aa
4 changed files with 9 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ void from_json(const nlohmann::json &j, UserSettingsGuildFoldersEntry &m) {
JS_D("guild_ids", m.GuildIDs);
JS_N("id", m.ID);
JS_N("name", m.Name);
}
void from_json(const nlohmann::json &j, UserSettings &m) {