diff --git a/zone/bot_command.cpp b/zone/bot_command.cpp index 1b3c66348..f812c4d6c 100644 --- a/zone/bot_command.cpp +++ b/zone/bot_command.cpp @@ -7192,7 +7192,13 @@ void bot_subcommand_botgroup_add_member(Client *c, const Seperator *sep) std::list sbl; MyBots::PopulateSBL_ByNamedBot(c, sbl, sep->arg[1]); if (sbl.empty()) { - c->Message(Chat::White, "You must name a new member as a bot that you own to use this command."); + c->Message( + Chat::White, + fmt::format( + "Usage: () {} [member_name]", + sep->arg[0] + ).c_str() + ); return; } diff --git a/zone/bot_database.cpp b/zone/bot_database.cpp index 1bac31359..a959e8e59 100644 --- a/zone/bot_database.cpp +++ b/zone/bot_database.cpp @@ -2624,7 +2624,7 @@ bool BotDatabase::LoadBotGroupsListByOwnerID(const uint32 owner_id, std::list