Open oscartbeaumont opened 3 months ago
If you call events or commands multiple times the type_map won't reset their side-effects.
events
commands
Solve with a .build function or allow stacking them???
.build
If you call
events
orcommands
multiple times the type_map won't reset their side-effects.Solve with a
.build
function or allow stacking them???