style: trim _on_help docstring

This commit is contained in:
Re-bin
2026-02-20 08:39:26 +00:00
parent 7957f84e3d
commit 2f315ec567

View File

@@ -267,11 +267,7 @@ class TelegramChannel(BaseChannel):
)
async def _on_help(self, update: Update, context: ContextTypes.DEFAULT_TYPE) -> None:
"""Handle /help command directly, bypassing access control.
/help is informational and should be accessible to all users,
even those not in the allowFrom list.
"""
"""Handle /help command, bypassing ACL so all users can access it."""
if not update.message:
return
await update.message.reply_text(