mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
11 lines
232 B
Plaintext
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
|
|
))
|