summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias <thm.frey@gmail.com>2020-05-22 18:26:26 +0200
committerGitHub <noreply@github.com>2020-05-22 18:26:26 +0200
commitd0a9caa08f04489ea241d77a89b91d9797698b48 (patch)
treeb9a713214161cf56b8ff9520f9ed67c05861baae
parentMerge pull request #3970 from VolcaEM/patch-1 (diff)
downloadyuzu-d0a9caa08f04489ea241d77a89b91d9797698b48.tar
yuzu-d0a9caa08f04489ea241d77a89b91d9797698b48.tar.gz
yuzu-d0a9caa08f04489ea241d77a89b91d9797698b48.tar.bz2
yuzu-d0a9caa08f04489ea241d77a89b91d9797698b48.tar.lz
yuzu-d0a9caa08f04489ea241d77a89b91d9797698b48.tar.xz
yuzu-d0a9caa08f04489ea241d77a89b91d9797698b48.tar.zst
yuzu-d0a9caa08f04489ea241d77a89b91d9797698b48.zip
-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() {
// 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() {