You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/* Have a bunch of apps that need to be updated? */
@@ -101,35 +100,34 @@ if (grSBIP.get(updateObj.batch_installation_id)) {
101
100
"\\n\\n-----------------------------------------------\\n\\nAll apps appear to be up-to-date. \\n\\nIf you think this is incorrect please try running this script again with \`updateCheck\` set to \`true\`. This will check the store for any new updates.\\n(sometimes there are apps in the Application Manager that say that there are updates but you can't actually update them)\\n\\n-----------------------------------------------\\n\\n"
102
101
);
103
102
}
104
-
\`\`\`
105
103
`;
106
104
107
105
//const message = "<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n" + eric_script;
108
106
constmessage={
109
-
"blocks": [
110
-
{
111
-
"type": "rich_text",
112
-
"elements": [
113
-
{
114
-
"type": "rich_text_section",
115
-
"elements": [
116
-
{
117
-
"type": "text",
118
-
"text": "<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n"
119
-
}
120
-
]
121
-
},
122
-
{
123
-
"type": "rich_text_preformatted",
124
-
"elements": [
125
-
{
126
-
"type": "text",
127
-
"text": eric_script
128
-
}
129
-
]
130
-
}
131
-
]
132
-
}
133
-
]
107
+
"blocks": [
108
+
{
109
+
"type": "rich_text",
110
+
"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"
0 commit comments