fix: allow media-only sends

This commit is contained in:
Peter Steinberger
2026-01-16 03:15:07 +00:00
parent f449115ec5
commit a0d2a7232e
15 changed files with 200 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ export function registerMessageSendCommand(message: Command, helpers: MessageCli
message
.command("send")
.description("Send a message")
.requiredOption("-m, --message <text>", "Message body"),
.option("-m, --message <text>", "Message body (required unless --media is set)"),
)
.option(
"--media <path-or-url>",