feat: bigass cuck salad

This commit is contained in:
Nick 2024-11-14 01:16:09 -06:00
parent 74bc980a08
commit a3ad02ad9d
40 changed files with 1631 additions and 1069 deletions

View file

@ -0,0 +1,24 @@
module Cuckery.CuckList.AustinHerbert exposing (..)
import Cuckery.Types exposing (..)
cuckAustinHerbert : Cuck
cuckAustinHerbert =
let
name : String
name =
"Austin Herbert"
in
{ cuckImage = formatCuckName name
, cuckName = name
, cuckSocial = "https://x.com/_AustinHerbert"
, cuckDodges =
[ { dodgeLink = "https://x.com/TheNutrivore/status/1663698981833277440"
, dodgeDescription = NoReply
, dodgeProposition = noProposition
, dodgeNicksDoxasticState = Nothing
, dodgeNicksDoxasticReason = NoProp
}
]
}