vkwave icon indicating copy to clipboard operation
vkwave copied to clipboard

Rework vkwave.bots.core.dispatching.dp.result_caster

Open prostomarkeloff opened this issue 4 years ago • 0 comments

Now it casts any result with any event type. It should cast knowing event type.

handlers: Dict[Tuple[EventType, ResultType], Callable[[EventType, ResultType], Awaitable[None]]

prostomarkeloff avatar Apr 12 '20 09:04 prostomarkeloff