summaryrefslogtreecommitdiff
path: root/src/discord/relationship.cpp
blob: d65d2c12506be8247291232028897917fc60fcf2 (plain)
1
2
3
4
5
6
#include "relationship.hpp"

void from_json(const nlohmann::json &j, RelationshipData &m) {
    JS_D("type", m.Type);
    JS_D("id", m.ID);
}