From f123bcbf805eb8b61abe92e259db2883769eb6c2 Mon Sep 17 00:00:00 2001 From: nytmyr <53322305+nytmyr@users.noreply.github.com> Date: Thu, 28 Nov 2024 23:35:35 -0600 Subject: [PATCH] add default spawned note to ^cast --- zone/bot_commands/cast.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zone/bot_commands/cast.cpp b/zone/bot_commands/cast.cpp index ef5074e89..980821541 100644 --- a/zone/bot_commands/cast.cpp +++ b/zone/bot_commands/cast.cpp @@ -17,11 +17,11 @@ void bot_command_cast(Client* c, const Seperator* sep) std::vector example_format = { fmt::format( - "{} [Type Shortname] [actionable]" + "{} [Type Shortname] [actionable, default: spawned]" , sep->arg[0] ), fmt::format( - "{} [Type ID] [actionable]" + "{} [Type ID] [actionable, default: spawned]" , sep->arg[0] ) };