Skip to content

Commit 2d9f452

Browse files
authored
making appupdate more basic
1 parent 9e06654 commit 2d9f452

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Parsers/App Update Script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
activation_example:!appupdate
3-
regex:^!newline\b
2+
activation_example:!newline
3+
regex:!newline
44
flags:gmi
55
*/
66

@@ -74,7 +74,7 @@ if (appsArray.length > 0) {
7474
} else {
7575
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)");
7676
}
77-
`
77+
`;
7878

7979
const message = "<@U6E2TEKQ9> made a cool script for bulk updating apps!\n\n" + eric_script;
8080

0 commit comments

Comments
 (0)