From 9affd2e9ffa34e972fe6430223b17d9b768134c8 Mon Sep 17 00:00:00 2001 From: million Date: Sun, 24 Mar 2024 05:41:50 +0100 Subject: [PATCH] Change application ID Signed-off-by: million --- src/suyu/discord_impl.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/suyu/discord_impl.cpp b/src/suyu/discord_impl.cpp index f5a6448d82..b72b9e41e3 100644 --- a/src/suyu/discord_impl.cpp +++ b/src/suyu/discord_impl.cpp @@ -24,7 +24,8 @@ DiscordImpl::DiscordImpl(Core::System& system_) : system{system_} { DiscordEventHandlers handlers{}; // The number is the client ID for suyu, it's used for images and the // application name - Discord_Initialize("712465656758665259", &handlers, 1, nullptr); + // NOTE: This application is owned by million1156 (million@alyocord.com) + Discord_Initialize("1221314350216646828", &handlers, 1, nullptr); } DiscordImpl::~DiscordImpl() {