Skip to content

Commit

Permalink
fix: encapsulate link to not have embed (discord formatting) (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinryin authored Aug 11, 2024
1 parent f06db40 commit 44fb5b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ScoutHelper/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static class Constants {

#region core constants

public const string DefaultCopyTemplate = "{patch-emote} {patch} {#}/{#max} {world} [{tracker}]({link})";
public const string DefaultCopyTemplate = "{patch-emote} {patch} {#}/{#max} {world} [{tracker}](<{link}>)";
public const string BearDataFile = @"Data\Bear.json";
public const string SirenDataFile = @"Data\Siren.json";
public const string TurtleDataFile = @"Data\Turtle.json";
Expand Down

0 comments on commit 44fb5b0

Please sign in to comment.