pub type Msg { Close TimeUpdated(String) }
Close
TimeUpdated(String)
pub type State { State(has_received_hello: Bool, s: Int) }
State(has_received_hello: Bool, s: Int)
pub fn main( bot: Bot, event_handlers: List(fn(Bot, Packet) -> Nil), ) -> Nil