1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-25 23:30:51 +08:00

Update client id

This commit is contained in:
Dean Herbert
2019-12-18 12:39:50 +09:00
Unverified
parent 72acce77b3
commit 0f5ef78b69
+1 -1
View File
@@ -16,7 +16,7 @@ namespace osu.Desktop
{
internal class DiscordRichPresenceClient : Component
{
private const string client_id = "563024054391537674";
private const string client_id = "367827983903490050";
private Bindable<User> user;