Files
VOREStation/code/modules/webhooks/webhook_fax2discord.dm
Kashargul 1def015bad end of file Fix (#17308)
* end of file Fix

* fix those lints too
2025-03-10 16:15:35 -04:00

11 lines
232 B
Plaintext

/decl/webhook/fax_sent
id = WEBHOOK_FAX_SENT
/decl/webhook/fax_sent/get_message(var/list/data)
.= ..()
.["embeds"] = list(list(
"title" = "[data["name"]]",
"description" = data["body"],
"color" = COLOR_WEBHOOK_DEFAULT
))