From 322ce54443a74fde9323cfa508cc0e49a42724bd Mon Sep 17 00:00:00 2001 From: Alessandro Proto Date: Wed, 1 Feb 2023 12:08:43 +0100 Subject: [PATCH] More info to Discord RPC --- Capy64/Integrations/DiscordIntegration.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Capy64/Integrations/DiscordIntegration.cs b/Capy64/Integrations/DiscordIntegration.cs index d119735..eb19c6f 100644 --- a/Capy64/Integrations/DiscordIntegration.cs +++ b/Capy64/Integrations/DiscordIntegration.cs @@ -43,10 +43,11 @@ public class DiscordIntegration : IPlugin { Details = details, State = state, + Timestamps = Timestamps.Now, Assets = new Assets() { LargeImageKey = "image_large", - LargeImageText = "Capy64", + LargeImageText = "Capy64 " + Capy64.Version, SmallImageKey = "image_small" } });