diff --git a/include/dpp/appcommand.h b/include/dpp/appcommand.h index 96f7b2cd66..10d49456dc 100644 --- a/include/dpp/appcommand.h +++ b/include/dpp/appcommand.h @@ -426,6 +426,10 @@ struct DPP_EXPORT interaction_modal_response : public interaction_response, publ virtual json to_json_impl(bool with_id = false) const; public: + using json_interface::fill_from_json; + using json_interface::to_json; + using json_interface::build_json; + /** * @brief Custom ID for the modal form */