Skip to content

Commit

Permalink
Update message.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MCausc78 authored Jul 16, 2023
1 parent 38fa593 commit 653e5b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dpp/message.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,6 @@ void to_json(json& j, const attachment& a) {
j["url"] = a.url;
}
j["ephemeral"] = a.ephemeral;
/* in future, Discord can allow bots send remixed attachment */
j["flags"] = a.flags;
}

void to_json(json& j, const component& cp) {
Expand Down

0 comments on commit 653e5b8

Please sign in to comment.