pub fn make_command( room: &str, user: &str, cmd: impl Into<String>, params: Vec<String>, ) -> Message