website/frontend/src/Cuckery/CuckList/AdamSinger.elm

24 lines
618 B
Elm
Executable file

module Cuckery.CuckList.AdamSinger exposing (..)
import Cuckery.Types exposing (..)
cuckAdamSinger : Cuck
cuckAdamSinger =
let
name : String
name =
"Adam Singer"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/AdamSinger"
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1566491269194719232?s=20"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
}
]
}