mirror of
https://github.com/patchzyy/wiicompiled
synced 2026-09-10 09:11:52 -04:00
Update runtime_config.h
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user