updates description of mint command

This commit is contained in:
thatben 2025-07-31 12:55:28 +02:00
parent 7427c80d77
commit 8bbe00b60b
No known key found for this signature in database
GPG Key ID: 62C543548433D43E

View File

@ -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)