Skip to content

Commit

Permalink
Update Equip.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaksuhn committed Jan 14, 2024
1 parent 1687cf7 commit 27a0dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Automaton/Features/Commands/Equip.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public unsafe class Equip : CommandFeature
{
public override string Name => "Equip";
public override string Command { get; set; } = "/equip";
public override string Description => "Equip an item via name/id";
public override string Description => "Equip an item via id";
public override List<string> Parameters => new() { "" };

public override FeatureType FeatureType => FeatureType.Commands;
Expand Down

0 comments on commit 27a0dd4

Please sign in to comment.