Fix verbiage around bot response to self

This commit is contained in:
Jack Kingsman
2026-01-29 12:46:04 -08:00
parent cc12997672
commit 67a6a0727f
6 changed files with 11 additions and 10 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -13,7 +13,7 @@
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<script type="module" crossorigin src="/assets/index-DIU0_HcJ.js"></script>
<script type="module" crossorigin src="/assets/index-CHDI_cR7.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DiCOP9Mw.css">
</head>
<body>

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>