Эх сурвалжийг харах

Update command help text to include new subcommand

The one thing I forgot lmao
Lilith 2 жил өмнө
parent
commit
785a1bcb93
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      HuntBuddy/Plugin.cs

+ 1 - 1
HuntBuddy/Plugin.cs

@@ -131,7 +131,7 @@ namespace HuntBuddy
 		}
 
 		[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