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
Copy file name to clipboardExpand all lines: Parsers/App Update Script.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
/*
2
-
activation_example:!appupdate
3
-
regex:^!newline\b
2
+
activation_example:!newline
3
+
regex:!newline
4
4
flags:gmi
5
5
*/
6
6
@@ -74,7 +74,7 @@ if (appsArray.length > 0) {
74
74
} else {
75
75
gs.info("\\nNo apps to update found.\\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\\n(sometimes there are apps in the Application Manager that say that there are updates but you can't actually update them)");
76
76
}
77
-
`
77
+
`;
78
78
79
79
constmessage="<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n"+eric_script;
0 commit comments