From 0a641111470bf1910bed3fe1cd57f31c6c1ecfce Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 27 Oct 2024 17:42:04 +0300 Subject: fixes #4761 (Ability to use third party discord reimplementations) --- protocols/Discord/src/http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Discord/src/http.cpp') diff --git a/protocols/Discord/src/http.cpp b/protocols/Discord/src/http.cpp index b349eac36b..c5d5e1e0c0 100644 --- a/protocols/Discord/src/http.cpp +++ b/protocols/Discord/src/http.cpp @@ -41,7 +41,7 @@ static LONG g_reqNum = 0; AsyncHttpRequest::AsyncHttpRequest(CDiscordProto *ppro, int iRequestType, LPCSTR _url, MTHttpRequestHandler pFunc, JSONNode *pRoot) { if (*_url == '/') { // relative url leads to a site - m_szUrl = "https://discord.com/api/v9"; + m_szUrl = ppro->m_szApiUrl; m_szUrl += _url; m_bMainSite = true; } -- cgit v1.2.3