From 4234de3fd7cceb5f08782873178fee77a950e4c2 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 22 May 2020 18:26:26 +0200 Subject: [PATCH] yuzu/discord_impl: Update the applicationID (#3977) --- src/yuzu/discord_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/yuzu/discord_impl.cpp b/src/yuzu/discord_impl.cpp index ea00793534..a93733b26c 100644 --- a/src/yuzu/discord_impl.cpp +++ b/src/yuzu/discord_impl.cpp @@ -18,7 +18,7 @@ DiscordImpl::DiscordImpl() { // The number is the client ID for yuzu, it's used for images and the // application name - Discord_Initialize("471872241299226636", &handlers, 1, nullptr); + Discord_Initialize("712465656758665259", &handlers, 1, nullptr); } DiscordImpl::~DiscordImpl() {