diff options
Diffstat (limited to 'bot/include/handle_actions.hpp')
| -rw-r--r-- | bot/include/handle_actions.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bot/include/handle_actions.hpp b/bot/include/handle_actions.hpp new file mode 100644 index 0000000..107e93d --- /dev/null +++ b/bot/include/handle_actions.hpp @@ -0,0 +1,3 @@ +#include <dpp/dpp.h> + +dpp::task<bool> handle_actions(const dpp::slashcommand_t& event, const nlohmann::json& actions, const std::unordered_map<std::string, std::string>& key_values); |
