#pragma once #include #include #include "bot.hpp" using json = nlohmann::json; using event = std::function; auto help(const std::shared_ptr& bot) { return [&bot](const dpp::MessageCreateEvent& msg) { }; }