Repair syntax of webhook
This commit is contained in:
parent
98b1d0c9e4
commit
114b70b0f5
3 changed files with 3 additions and 3 deletions
|
@ -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": []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue