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] ) };