this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: fix deploy mention actually because i put content in wrong place

dusk e6271a2a affe0262

+1 -1
+1 -1
deploy.nu
··· 9 9 def webhook [title: string, content: string, exit_code?: number, ping?: bool = false] { 10 10 let type = if $exit_code == null { "⌛" } else if $exit_code == 0 { "✔️" } else { "❌" } 11 11 let msg = { 12 + content: (if $ping { "hey <@853064602904166430>!" } else { "" }), 12 13 embeds: [{ 13 - content: (if $ping { "<@853064602904166430>" } else { "" }), 14 14 description: $content, 15 15 title: $"($type) /($title)/", 16 16 footer: {