diff --git a/VPLink/Commands/InfoCommand.cs b/VPLink/Commands/InfoCommand.cs index 6f34be0..5253707 100644 --- a/VPLink/Commands/InfoCommand.cs +++ b/VPLink/Commands/InfoCommand.cs @@ -30,7 +30,7 @@ internal sealed class InfoCommand : InteractionModuleBase r.Color != Color.Default).MaxBy(r => r.Position); @@ -38,13 +38,13 @@ internal sealed class InfoCommand : InteractionModuleBase, hosted [on GitHub](https://github.com/oliverbooth/VPLink)."); embed.AddField("Ping", $"{_discordClient.Latency} ms", true); embed.AddField("Started", $"", true); var builder = new StringBuilder(); - builder.AppendLine($"VPLink: {pencilVersion}"); + builder.AppendLine($"VPLink: {botVersion}"); builder.AppendLine($"Discord.Net: {_botService.DiscordNetVersion}"); builder.AppendLine($"VP#: {_botService.VpSharpVersion}"); builder.AppendLine($"CLR: {Environment.Version.ToString(3)}");