1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 15:27:30 +08:00

Update client ID

This commit is contained in:
Dean Herbert 2024-03-11 16:55:49 +08:00
parent 283de215d3
commit 226df7163e
No known key found for this signature in database

View File

@ -25,7 +25,7 @@ namespace osu.Desktop
{
internal partial class DiscordRichPresence : Component
{
private const string client_id = "367827983903490050";
private const string client_id = "1216669957799018608";
private DiscordRpcClient client = null!;