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 254925f commit 21d8802Copy full SHA for 21d8802
Parsers/App Update Script.js
@@ -4,6 +4,9 @@ regex:(!appupdate|!update|!app-update|!bulkupdate|!bulk-update|!plugin|!plugins)
4
flags:gmi
5
*/
6
7
+// NOTE!
8
+// When you update eric_script, you must find/replace \n with \\n and ` with \`
9
+
10
const eric_script = `
11
/*----------------------------------------------------*/
12
/* AUTO */
@@ -102,7 +105,7 @@ if (grSBIP.get(updateObj.batch_installation_id)) {
102
105
}
103
106
`;
104
107
-//const message = "<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n" + eric_script;
108
+// Using block kit because the script is too long for a regular message
109
const message = {
110
"blocks": [
111
{
0 commit comments