Repair syntax of webhook

This commit is contained in:
zontreck 2024-11-23 13:08:24 -07:00
parent 98b1d0c9e4
commit 114b70b0f5
3 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ class DiscordHookHelper {
"description": content,
"color": colorCode,
"author": {"name": props.serverName},
"footer": "CEMM Version ${Consts.VERSION}"
"footer": {"text": "CEMM Version ${Consts.VERSION}"}
}
],
"attachments": []