1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

Update client id

This commit is contained in:
Dean Herbert 2019-12-18 12:39:50 +09:00
parent 72acce77b3
commit 0f5ef78b69

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;