Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Refer to client version as "D#+"
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverbooth committed Apr 2, 2022
1 parent 84fbc52 commit 3fb7b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BrackeysBot/Commands/InfoCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ public async Task InfoCommandAsync(CommandContext context)

var builder = new StringBuilder();
builder.AppendLine($"BrackeysBot: {BrackeysBotApp.Version}");
builder.AppendLine($"BrackeysBot.API: {BrackeysBotApp.ApiVersion}");
builder.AppendLine($"API: {BrackeysBotApp.ApiVersion}");
builder.AppendLine($"{_plugin.PluginInfo.Name}: {_plugin.PluginInfo.Version}");
builder.AppendLine($"DisCatSharp: {context.Client.VersionString}");
builder.AppendLine($"D#+: {context.Client.VersionString}");
builder.AppendLine($"CLR: {Environment.Version}");
builder.AppendLine($"Host: {Environment.OSVersion}");

Expand Down

0 comments on commit 3fb7b33

Please sign in to comment.