Skip to content

Commit 21d8802

Browse files
authored
Update App Update Script.js
add note about updating
1 parent 254925f commit 21d8802

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Parsers/App Update Script.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ regex:(!appupdate|!update|!app-update|!bulkupdate|!bulk-update|!plugin|!plugins)
44
flags:gmi
55
*/
66

7+
// NOTE!
8+
// When you update eric_script, you must find/replace \n with \\n and ` with \`
9+
710
const eric_script = `
811
/*----------------------------------------------------*/
912
/* AUTO */
@@ -102,7 +105,7 @@ if (grSBIP.get(updateObj.batch_installation_id)) {
102105
}
103106
`;
104107

105-
//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
106109
const message = {
107110
"blocks": [
108111
{

0 commit comments

Comments
 (0)