From db576cd5cb9619625b213b7b8dc40e9d3feaabde Mon Sep 17 00:00:00 2001 From: patchzyy <64382339+patchzyy@users.noreply.github.com> Date: Mon, 31 Aug 2026 16:08:32 +0200 Subject: [PATCH] Update runtime_config.h --- runtime/include/runtime_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/include/runtime_config.h b/runtime/include/runtime_config.h index 52525ff..c7a93c4 100644 --- a/runtime/include/runtime_config.h +++ b/runtime/include/runtime_config.h @@ -832,7 +832,7 @@ inline bool DiscordPresenceEnabled(bool fallback = true) { return Get().discordPresenceEnabled.value_or(fallback); } -inline std::string DiscordClientId(std::string fallback = "1543869015015952485") { +inline std::string DiscordClientId(std::string fallback = "1543984562369990706") { return Get().discordClientId.value_or(std::move(fallback)); }