summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/yuzu/discord_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/discord_impl.cpp b/src/yuzu/discord_impl.cpp
index ea0079353..a93733b26 100644
--- a/src/yuzu/discord_impl.cpp
+++ b/src/yuzu/discord_impl.cpp
@@ -18,7 +18,7 @@ DiscordImpl::DiscordImpl() {
18 18
19 // The number is the client ID for yuzu, it's used for images and the 19 // The number is the client ID for yuzu, it's used for images and the
20 // application name 20 // application name
21 Discord_Initialize("471872241299226636", &handlers, 1, nullptr); 21 Discord_Initialize("712465656758665259", &handlers, 1, nullptr);
22} 22}
23 23
24DiscordImpl::~DiscordImpl() { 24DiscordImpl::~DiscordImpl() {