kk is a minimal language that transpiles to BBTag.
embed = buildembed({
title: "Hello, world!"
description: "This is a sample embed created with `kk`."
thumbnail.url: useravatar()
})
embed(embed)
$ npm i -g slice/kk
$ kk file.kkRead the guide.