From 93a00a8e7a7f0961bc18946bf346cb5bd36537f2 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 22 Nov 2024 21:42:30 +0300 Subject: Discord: switch to the more fresh protocol version --- protocols/Discord/src/proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/Discord/src/proto.cpp b/protocols/Discord/src/proto.cpp index f1df2c2a12..8ebdcf45fa 100644 --- a/protocols/Discord/src/proto.cpp +++ b/protocols/Discord/src/proto.cpp @@ -63,7 +63,7 @@ CDiscordProto::CDiscordProto(const char *proto_name, const wchar_t *username) : m_bSyncDeleteUsers(this, "DeleteServerUsers", true) { // Hidden setting! - m_szApiUrl = getMStringA("ApiUrl", "https://discord.com/api/v9"); + m_szApiUrl = getMStringA("ApiUrl", "https://discord.com/api/v10"); // Services CreateProtoService(PS_GETAVATARINFO, &CDiscordProto::GetAvatarInfo); -- cgit v1.2.3