From d2613dbdcb49e89349fc4523de348fa1036a080c Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Wed, 6 Sep 2023 23:48:00 +0100 Subject: [PATCH] refactor: rename pencilVersion to botVersion --- VPLink/Commands/InfoCommand.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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)}");