use dpp::cluster::post_rest to send Webhook request

This commit is contained in:
Syping 2024-01-20 09:44:55 +01:00
parent ccd2736c63
commit 7ee916537c
5 changed files with 10 additions and 30 deletions

View file

@ -28,7 +28,7 @@ namespace bot {
std::string author;
std::string avatar;
std::string message;
std::string webhook;
dpp::webhook webhook;
};
class submit_queue {