add default spawned note to ^cast

This commit is contained in:
nytmyr
2024-11-28 23:35:35 -06:00
parent 3302869e29
commit f123bcbf80
+2 -2
View File
@@ -17,11 +17,11 @@ void bot_command_cast(Client* c, const Seperator* sep)
std::vector<std::string> example_format = std::vector<std::string> example_format =
{ {
fmt::format( fmt::format(
"{} [Type Shortname] [actionable]" "{} [Type Shortname] [actionable, default: spawned]"
, sep->arg[0] , sep->arg[0]
), ),
fmt::format( fmt::format(
"{} [Type ID] [actionable]" "{} [Type ID] [actionable, default: spawned]"
, sep->arg[0] , sep->arg[0]
) )
}; };