Fix verbiage around bot response to self

This commit is contained in:
Jack Kingsman
2026-01-29 12:46:04 -08:00
parent f870d0e67f
commit eb3686e041
6 changed files with 11 additions and 10 deletions
+3 -2
View File
@@ -1023,9 +1023,10 @@ export function SettingsModal({
<strong>Limits:</strong> 10 second timeout per bot.
</p>
<p>
<strong>Note:</strong> Bots only respond to incoming messages, not your own. For
<strong>Note:</strong> Bots respond to all messages, including your own. For
channel messages, <code>sender_key</code> is <code>None</code>. Multiple enabled
bots run serially.
bots run serially, with a two-second delay between messages to prevent repeater
collision.
</p>
</div>