diff options
author | George Hazan <george.hazan@gmail.com> | 2024-11-22 21:42:30 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-11-22 21:42:30 +0300 |
commit | 93a00a8e7a7f0961bc18946bf346cb5bd36537f2 (patch) | |
tree | ffcba88f93335b7d96ab788d3f74dc88d486f755 /protocols/Discord/src | |
parent | 102004f61dc8d254f900818c6fafe91c7270690c (diff) |
Discord: switch to the more fresh protocol version
Diffstat (limited to 'protocols/Discord/src')
-rw-r--r-- | protocols/Discord/src/proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|