Added components, and moved command names to common.hpp

This commit is contained in:
2025-07-23 17:56:54 +03:00
parent 4e33e07188
commit ba2ad34d6e
7 changed files with 70 additions and 21 deletions

View File

@@ -0,0 +1,6 @@
#include "../../Common.hpp"
#include "../../Utility/CairoTools.hpp"
#include <dpp/cluster.h>
#include <dpp/dispatcher.h>
void componentCancel(COMPONENT_ARGS) { event.edit_response(REQUEST_CANCELLED); }