Skip to content

Commit 254925f

Browse files
authored
Update App Update Script.js
moving eric's name to another section
1 parent d30bf60 commit 254925f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

Parsers/App Update Script.js

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -105,18 +105,16 @@ if (grSBIP.get(updateObj.batch_installation_id)) {
105105
//const message = "<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n" + eric_script;
106106
const message = {
107107
"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+
},
108115
{
109116
"type": "rich_text",
110117
"elements": [
111-
{
112-
"type": "rich_text",
113-
"elements": [
114-
{
115-
"type": "text",
116-
"text": "<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n"
117-
}
118-
]
119-
},
120118
{
121119
"type": "rich_text_preformatted",
122120
"elements": [

0 commit comments

Comments
 (0)