summaryrefslogtreecommitdiff
path: root/bot/include/handle_actions.hpp
blob: c1dff78963f106f54a725417cc7947117cb24cd9 (plain)
1
2
3
#include <dpp/dpp.h>

dpp::task<std::unordered_map<std::string, std::string>> handle_actions(const dpp::slashcommand_t& event, const nlohmann::json& actions, const std::unordered_map<std::string, std::string>& key_values);