module Cuckery.CuckList.AmblerOHearn exposing (..) import Cuckery.Types exposing (..) cuckAmberOHearn : Cuck cuckAmberOHearn = let name : String name = "Amber O Hearn" in { cuckImage = formatCuckName name , cuckName = name , cuckSocial = "https://twitter.com/KetoCarnivore" , cuckDodges = [ { dodgeLink = "https://twitter.com/FusionProgGuy/status/1413888976281169922?s=20" , dodgeDescription = NoReply , dodgeProposition = noProposition , dodgeNicksDoxasticState = Nothing , dodgeNicksDoxasticReason = NoProp } ] }