mirror of
https://github.com/SkyfallWasTaken/arcade-monitor.git
synced 2024-11-10 03:49:40 +00:00
Add Block Kit title
This commit is contained in:
parent
9f8cf78b53
commit
9741cd7cd3
1 changed files with 8 additions and 0 deletions
|
@ -154,6 +154,14 @@ mod slack_tests {
|
|||
body,
|
||||
json!({
|
||||
"blocks": [
|
||||
{
|
||||
"type": "header",
|
||||
"text": {
|
||||
"type": "plain_text",
|
||||
"text": "Changes detected in the shop",
|
||||
"emoji": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "section",
|
||||
"text": {
|
||||
|
|
Loading…
Reference in a new issue