mirror of
https://github.com/Yawn-Wider/YWPolarisVore.git
synced 2026-07-10 15:45:41 +01:00
a67eac3b3f
Adds / Updates rolerequest webhook to use the nebula system
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
|
|
))
|