Skip to content

Commit

Permalink
minor lang adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
RenderBr committed Feb 9, 2023
1 parent d904946 commit b431af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Supplier/Commands/AdminCommands.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public IResult InfChest(string sub = "", int arg = 0)
default:
{
Info("Help commands for /infchest:");
Info("/infchest add (seconds) - allows the user to create an infinite chest");
Info("/infchest addbulk (seconds) - allows the user to continuously create infinite chests until /cancel is used");
Info("/infchest add (ms) - allows the user to create an infinite chest");
Info("/infchest addbulk (ms) - allows the user to continuously create infinite chests until /cancel is used");
Info("/infchest del - deletes an infinite chest");
Info("/infchest delbulk - deletes infinite chests until /cancel is used");
return Info("/infchest help - shows this help message");
Expand Down

0 comments on commit b431af2

Please sign in to comment.