From 3b6739d3e98201d381beb59dfb12b2b8e80fac9c Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 11 Jan 2026 03:55:54 +0000 Subject: [PATCH] docs: clarify reactions + timeout --- docs/cli/message.md | 2 +- docs/tools/reactions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cli/message.md b/docs/cli/message.md index 22cfa6a92..f7b7ff5a6 100644 --- a/docs/cli/message.md +++ b/docs/cli/message.md @@ -161,7 +161,7 @@ Target formats (`--to`): ### Moderation (Discord) -- `timeout`: `--guild-id`, `--user-id` (+ `--duration-min` or `--until`) +- `timeout`: `--guild-id`, `--user-id` (optional `--duration-min` or `--until`; omit both to clear timeout) - `kick`: `--guild-id`, `--user-id` (+ `--reason`) - `ban`: `--guild-id`, `--user-id` (+ `--delete-days`, `--reason`) - `timeout` also supports `--reason` diff --git a/docs/tools/reactions.md b/docs/tools/reactions.md index 62b865521..45e8083a0 100644 --- a/docs/tools/reactions.md +++ b/docs/tools/reactions.md @@ -8,7 +8,7 @@ read_when: Shared reaction semantics across providers: - `emoji` is required when adding a reaction. -- `emoji=""` (or omitting `emoji`) removes the bot's reaction(s) when supported. +- `emoji=""` removes the bot's reaction(s) when supported. - `remove: true` removes the specified emoji when supported (requires `emoji`). Provider notes: