docs: clarify reactions + timeout

This commit is contained in:
Peter Steinberger
2026-01-11 03:55:54 +00:00
parent d7055f8fd2
commit 3b6739d3e9
2 changed files with 2 additions and 2 deletions

View File

@@ -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`

View File

@@ -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: