We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 895d386 commit a3007adCopy full SHA for a3007ad
WindowRichPresence/Program.cs
@@ -59,7 +59,7 @@ public static void InitializeClient()
59
client.OnReady += (sender, e) =>
60
{
61
Console.WriteLine("Received connection from {0}", e.User.Username);
62
- }
+ };
63
client.OnPresenceUpdate += (sender, e) =>
64
65
Console.WriteLine("Received Update! {0}", e.Presence);
0 commit comments