mirror of
https://github.com/SkyfallWasTaken/arcade-monitor.git
synced 2024-11-12 20:52:24 +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,
|
body,
|
||||||
json!({
|
json!({
|
||||||
"blocks": [
|
"blocks": [
|
||||||
|
{
|
||||||
|
"type": "header",
|
||||||
|
"text": {
|
||||||
|
"type": "plain_text",
|
||||||
|
"text": "Changes detected in the shop",
|
||||||
|
"emoji": true
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "section",
|
"type": "section",
|
||||||
"text": {
|
"text": {
|
||||||
|
|
Loading…
Reference in a new issue