well using the second option would be: ``` var com...
# announcements
g
well using the second option would be:
Copy code
var commands: Map<Command, (WebSocket, List<String>) -> Unit> = emptyMap()
commands += mapOf(
            Command("ping", "A ping command") to { socket, _ ->
            //....
)