mirror of
https://git.suyu.dev/suyu/suyu
synced 2024-11-01 21:07:52 +00:00
yuzu/discord_impl: Update the applicationID (#3977)
This commit is contained in:
parent
1306608b2a
commit
d0a9caa08f
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue