Reorganising cairo

This commit is contained in:
2025-07-23 04:10:54 +03:00
parent 7f147bb58c
commit 4e33e07188
4 changed files with 18 additions and 11 deletions

View File

@@ -27,12 +27,12 @@ void commandGenerateReport(const dpp::slashcommand_t &event,
.set_label(BUTTON_ACCEPT)
.set_type(dpp::cot_button)
.set_style(dpp::component_style::cos_success)
.set_id("stinky"))
.set_id("generate_report_confirm"))
.add_component(dpp::component()
.set_label(BUTTON_CANCEL)
.set_type(dpp::cot_button)
.set_style(dpp::component_style::cos_danger)
.set_id("stinkyyy")));
.set_id("generate_report_deny")));
event.edit_response(confirmRequest);
} else {
event.edit_response(