(message: Message = CommandArg())
| 19 | |
| 20 | @echo.handle() |
| 21 | async def handle_echo(message: Message = CommandArg()): |
| 22 | if any((not seg.is_text()) or str(seg) for seg in message): |
| 23 | await echo.send(message=message) |
nothing calls this directly
no test coverage detected