(matcher: Matcher, message: Message = EventMessage())
| 62 | |
| 63 | @test_preset.handle() |
| 64 | async def preset(matcher: Matcher, message: Message = EventMessage()): |
| 65 | matcher.set_arg("a", message) |
| 66 | |
| 67 | |
| 68 | @test_preset.got("a") |
nothing calls this directly
no test coverage detected