command cleanup

This commit is contained in:
nytmyr
2024-11-01 14:56:49 -05:00
parent 9a135ba32a
commit 088f13130a
5 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ void bot_command_behind_mob(Client* c, const Seperator* sep)
if (helper_is_help_or_usage(sep->arg[1])) {
std::vector<std::string> description =
{
"Toggles whether or not bots will stay behind the mob during combat."
"-Toggles whether or not bots will stay behind the mob during combat."
};
std::vector<std::string> notes = { };