website/frontend/src/Cuckery/CuckList/AnthonyGustin/AnthonyGustin.elm
2024-11-16 16:35:08 -06:00

24 lines
710 B
Elm
Executable file

module Cuckery.CuckList.AnthonyGustin.AnthonyGustin exposing (..)
import Cuckery.Types exposing (..)
cuckAnthonyGustin : Cuck
cuckAnthonyGustin =
let
name : String
name =
"Anthony Gustin"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/dranthonygustin"
, cuckDodges =
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1482502242632552449?s=20"
, dodgeDescription = GhostedMe
, dodgeProposition = commonProps.propSeedOils
, dodgeNicksDoxasticState = Just Belief
, dodgeNicksDoxasticReason = SpecificProp commonPropReasons.propSeedOilsReason
}
]
}