aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/tools.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Tools/tools.ts')
-rw-r--r--src/lib/Tools/tools.ts6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/Tools/tools.ts b/src/lib/Tools/tools.ts
index 3feaf9e0..2593ea49 100644
--- a/src/lib/Tools/tools.ts
+++ b/src/lib/Tools/tools.ts
@@ -83,5 +83,11 @@ export const tools: {
name: () => 'Anime Girls Holding Programming Books',
id: 'girls',
description: () => 'Find anime girls holding programming books by language'
+ },
+ sequel_catcher: {
+ name: () => 'Sequel Catcher',
+ description: () =>
+ 'Check if any completed anime on your lists have sequels you have not yet seen',
+ id: 'sequel_catcher'
}
};