We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30bf60 commit 254925fCopy full SHA for 254925f
Parsers/App Update Script.js
@@ -105,18 +105,16 @@ if (grSBIP.get(updateObj.batch_installation_id)) {
105
//const message = "<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n" + eric_script;
106
const message = {
107
"blocks": [
108
+ {
109
+ "type": "section",
110
+ "text": {
111
+ "type": "mrkdwn",
112
+ "text": "<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n"
113
+ }
114
+ },
115
{
116
"type": "rich_text",
117
"elements": [
- {
- "type": "rich_text",
- "elements": [
- "type": "text",
- "text": "<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n"
- }
118
- ]
119
- },
120
121
"type": "rich_text_preformatted",
122
0 commit comments