Cleanup command format changes, remove hardcoded class IDs in examples.

This commit is contained in:
nytmyr
2025-01-22 16:41:48 -06:00
parent 42b4174861
commit 850e996b71
24 changed files with 101 additions and 186 deletions
+1 -2
View File
@@ -21,8 +21,7 @@ void bot_command_depart(Client* c, const Seperator* sep)
p.examples_one =
{
"To tell everyone to list their portable locations:",
fmt::format(
"{} list spawned",
fmt::format("{} list spawned",
sep->arg[0]
)
};