updated .ahbot empty documentation

This commit is contained in:
zeb
2025-10-04 23:52:58 -04:00
parent a22f866e49
commit 499b0702d3
3 changed files with 3 additions and 3 deletions

View File

@@ -172,7 +172,7 @@ public:
{
handler->PSendSysMessage("AuctionHouseBot commands:");
handler->PSendSysMessage(" .ahbot reload - Reloads configuration");
handler->PSendSysMessage(" .ahbot empty - Removes all auctions");
handler->PSendSysMessage(" .ahbot empty - Removes all AuctionHouseBot auctions");
handler->PSendSysMessage(" .ahbot update - Runs an update cycle");
return true;
}