mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 01:51:29 -07:00
Remove "Playing" from rich presence text (#2921)
This commit is contained in:
parent
f8d3c9618e
commit
1f48fa0584
@ -244,7 +244,7 @@ namespace Bloxstrap.Integrations
|
|||||||
|
|
||||||
_currentPresence = new DiscordRPC.RichPresence
|
_currentPresence = new DiscordRPC.RichPresence
|
||||||
{
|
{
|
||||||
Details = $"Playing {universeName}",
|
Details = universeName,
|
||||||
State = status,
|
State = status,
|
||||||
Timestamps = new Timestamps { Start = timeStarted.ToUniversalTime() },
|
Timestamps = new Timestamps { Start = timeStarted.ToUniversalTime() },
|
||||||
Buttons = GetButtons(),
|
Buttons = GetButtons(),
|
||||||
|
Loading…
Reference in New Issue
Block a user