summaryrefslogtreecommitdiff
path: root/bot/include/actions/delete.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bot/include/actions/delete.hpp')
-rw-r--r--bot/include/actions/delete.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/include/actions/delete.hpp b/bot/include/actions/delete.hpp
new file mode 100644
index 0000000..8e4766e
--- /dev/null
+++ b/bot/include/actions/delete.hpp
@@ -0,0 +1,3 @@
+#include <dpp/dpp.h>
+
+dpp::task<bool> delete_action(const dpp::slashcommand_t &event, const nlohmann::json &action, const std::unordered_map<std::string, std::string> &key_values, dpp::user &user_ptr, dpp::cluster *cluster);