website/frontend/src/Cuckery/CuckList/Template copy 19.elm
2024-11-14 01:16:09 -06:00

24 lines
579 B
Elm

module Cuckery.CuckList.Template%20copy%2019 exposing (..)module Cuckery.CuckList.Template exposing (..)
import Cuckery.Types exposing (..)
cuckCliffHarvey : Cuck
cuckCliffHarvey =
let
name : String
name =
""
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = ""
, cuckDodges =
[ { dodgeLink = ""
, dodgeDescription = NoReply
, dodgeProposition = "."
, dodgeNicksDoxasticState = Just Agnostic
, dodgeNicksDoxasticReason = NoProp
}
]
}