From 3b4edbfa16861b5013663396e1af827ba889e9df Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Mon, 21 Sep 2020 18:47:34 -0400 Subject: join/leave guild --- discord/http.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'discord/http.cpp') diff --git a/discord/http.cpp b/discord/http.cpp index 1e9b786..b4a0f4b 100644 --- a/discord/http.cpp +++ b/discord/http.cpp @@ -1,5 +1,6 @@ #include "http.hpp" +//#define USE_LOCAL_PROXY HTTPClient::HTTPClient(std::string api_base) : m_api_base(api_base) {} -- cgit v1.2.3