Fix leaderboard (#3)
This commit is contained in:
@@ -23,7 +23,7 @@ public static class DiscordHelpers
|
||||
|
||||
var embed = new EmbedBuilder
|
||||
{
|
||||
Author = new EmbedAuthorBuilder() { Name = "GMX" },
|
||||
Author = new EmbedAuthorBuilder() { Name = "GMX v2" },
|
||||
Title = $"{title} {DateTime.UtcNow:d}",
|
||||
Color = Color.Gold,
|
||||
Fields = fields,
|
||||
@@ -88,7 +88,7 @@ public static class DiscordHelpers
|
||||
|
||||
private static string GetExplorerUrl(string key)
|
||||
{
|
||||
return $"https://www.tradao.xyz/#/user/{key}/1";
|
||||
return $"https://www.tradao.xyz/#/user/{key}/arb-gmx-v2/";
|
||||
}
|
||||
|
||||
internal static Embed GetTradesEmbed(List<Trade> trades, string title)
|
||||
|
||||
Reference in New Issue
Block a user