Skip to content

Commit

Permalink
Remove "Playing" from rich presence text (#2921)
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Sep 21, 2024
1 parent f8d3c96 commit 1f48fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bloxstrap/Integrations/DiscordRichPresence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ public async Task<bool> SetCurrentGame()

_currentPresence = new DiscordRPC.RichPresence
{
Details = $"Playing {universeName}",
Details = universeName,
State = status,
Timestamps = new Timestamps { Start = timeStarted.ToUniversalTime() },
Buttons = GetButtons(),
Expand Down

0 comments on commit 1f48fa0

Please sign in to comment.