Commit 640b2ac
committed
fix: /help (and /ping /stats) in DM send plain text, not HTML
The help text has literal <包名>/<编号> placeholders; sending it in HTML parse mode made
Telegram reject the message ("can't parse entities: Unsupported start tag"), and the
discarded send error meant /help produced no output in a private chat. Send these member
commands as plain text in DM, matching the group path (notify). Verified via the live API.1 parent 8eb0b8f commit 640b2ac
1 file changed
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
145 | 148 | | |
146 | 149 | | |
147 | 150 | | |
| |||
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
163 | | - | |
| 166 | + | |
164 | 167 | | |
165 | 168 | | |
166 | 169 | | |
| |||
0 commit comments