Add game version to !ver command

This commit is contained in:
Brant Martin
2018-09-18 10:42:46 -04:00
parent 0ff715af1b
commit 7480847677

View File

@@ -133,7 +133,7 @@ namespace Torch.Commands
public void Version()
{
var ver = Context.Torch.TorchVersion;
Context.Respond($"Torch version: {ver}");
Context.Respond($"Torch version: {ver} SE version: {MyFinalBuildConstants.APP_VERSION}");
}
[Command("plugins", "Lists the currently loaded plugins.")]