fix(DB/Command): Add help values for various commands. (#19984)

Init.
This commit is contained in:
Benjamin Jackson
2024-09-16 11:12:26 -04:00
committed by GitHub
parent 3bb5ec779d
commit 07c54fe8c7
3 changed files with 172 additions and 4 deletions

View File

@@ -157,9 +157,6 @@ public:
if (args.empty() || !tokens.size())
{
handler->PSendSysMessage("Usage: .skirmish [arena] [XvX] [Nick1] [Nick2] ... [NickN]");
handler->PSendSysMessage("[arena] can be \"all\" or comma-separated list of possible arenas (NA, BE, RL, DS, RV).");
handler->PSendSysMessage("[XvX] can be 1v1, 2v2, 3v3, 5v5. After [XvX] specify enough nicknames for that mode.");
handler->SetSentErrorMessage(true);
return false;
}