Skip to content

Commit

Permalink
Remove unnecessary new line
Browse files Browse the repository at this point in the history
  • Loading branch information
MechaDragonX committed Mar 28, 2020
1 parent 366629b commit f5d0880
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ private static void setNewPresence()
}
string status = new StringBuilder($"v{titleParts[0].Split(' ')[1]}").AppendFormat(", {0}, {1}", titleParts[1], titleParts[2]).ToString();


client.SetPresence(new RichPresence
{
Details = Regex.Split(titleParts[3], "\\s+")[1],
Expand Down

0 comments on commit f5d0880

Please sign in to comment.