docs(bots): Remove extra line

Signed-off-by: Michael Bell <mb@igloos.one>
This commit is contained in:
Michael Bell 2025-11-24 14:51:34 +10:00
parent f10d188c81
commit a6f3dc816e

View file

@ -377,7 +377,6 @@ curl -X POST "${NC_URL}/ocs/v2.php/apps/spreed/api/v1/bot/${TOKEN}/message" \
-d '{"message":"'"${MESSAGE}"'"}'
```
## Reacting to a chat message
Bots can also react to a message. The same signature/verification method is applied.