mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-08-18 10:37:00 +01:00
11 lines
241 B
Plaintext
11 lines
241 B
Plaintext
/decl/webhook/rolerequest
|
|
id = WEBHOOK_ROLEREQUEST
|
|
|
|
/decl/webhook/rolerequest/get_message(var/list/data)
|
|
.= ..()
|
|
.["embeds"] = list(list(
|
|
"title" = "[data["name"]]",
|
|
"description" = data["body"],
|
|
"color" = COLOR_WEBHOOK_DEFAULT
|
|
))
|