From 8bbe00b60bac278740e8a20c2916736662d14606 Mon Sep 17 00:00:00 2001 From: thatben Date: Thu, 31 Jul 2025 12:55:28 +0200 Subject: [PATCH] updates description of mint command --- Tools/BiblioTech/Commands/MintCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/BiblioTech/Commands/MintCommand.cs b/Tools/BiblioTech/Commands/MintCommand.cs index 23fa6cbb..30207f65 100644 --- a/Tools/BiblioTech/Commands/MintCommand.cs +++ b/Tools/BiblioTech/Commands/MintCommand.cs @@ -19,7 +19,7 @@ namespace BiblioTech.Commands public override string Name => "mint"; public override string StartingMessage => RandomBusyMessage.Get(); - public override string Description => "Mint some TestTokens and send some Eth to the user if their balance is low."; + public override string Description => "Transfer and/or mint some TestTokens and Eth to the user if their balance is low."; public override CommandOption[] Options => new[] { optionalUser }; protected override async Task Execute(CommandContext context, IGethNode gethNode, ICodexContracts contracts)