Skip to content

Commit

Permalink
Update command help text to include new subcommand
Browse files Browse the repository at this point in the history
The one thing I forgot lmao
  • Loading branch information
PrincessRTFM authored Nov 6, 2023
1 parent 338a053 commit 785a1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HuntBuddy/Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private void Dispose(bool disposing)
}

[Command("/phb")]
[HelpMessage("Toggles UI\nArguments:\nreload - Reloads data\nlocal - Toggles the local hunt marks window\nnext - Flags the next hunt target to find")]
[HelpMessage("Toggles UI\nArguments:\nreload - Reloads data\nlocal - Toggles the local hunt marks window\nnext - Flags the next hunt target to find\nlist - list all hunt targets by expansion")]
public unsafe void PluginCommand(string command, string args)
{
try
Expand Down

0 comments on commit 785a1bc

Please sign in to comment.