From f5ae8c3d3fd4c6b928da6c7c3c785525fc60b7b4 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 12 Oct 2020 18:17:53 -0400 Subject: add kick/ban --- discord/http.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/http.hpp') diff --git a/discord/http.hpp b/discord/http.hpp index 12667f7..db60498 100644 --- a/discord/http.hpp +++ b/discord/http.hpp @@ -18,6 +18,7 @@ public: void MakeGET(std::string path, std::function cb); void MakePATCH(std::string path, std::string payload, std::function cb); void MakePOST(std::string path, std::string payload, std::function cb); + void MakePUT(std::string path, std::string payload, std::function cb); private: void OnResponse(cpr::Response r, std::function cb); -- cgit v1.2.3