mirror of
https://github.com/Ale32bit/Capy64.git
synced 2025-01-18 18:46:43 +00:00
More info to Discord RPC
This commit is contained in:
parent
10646eb13b
commit
322ce54443
1 changed files with 2 additions and 1 deletions
|
@ -43,10 +43,11 @@ public class DiscordIntegration : IPlugin
|
||||||
{
|
{
|
||||||
Details = details,
|
Details = details,
|
||||||
State = state,
|
State = state,
|
||||||
|
Timestamps = Timestamps.Now,
|
||||||
Assets = new Assets()
|
Assets = new Assets()
|
||||||
{
|
{
|
||||||
LargeImageKey = "image_large",
|
LargeImageKey = "image_large",
|
||||||
LargeImageText = "Capy64",
|
LargeImageText = "Capy64 " + Capy64.Version,
|
||||||
SmallImageKey = "image_small"
|
SmallImageKey = "image_small"
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue