diff options
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/tools.ts | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/Tools/tools.ts b/src/lib/Tools/tools.ts index 2191243e..de0bc4a2 100644 --- a/src/lib/Tools/tools.ts +++ b/src/lib/Tools/tools.ts @@ -28,23 +28,23 @@ export const tools: { id: 'birthdays' }, sequel_spy: { - name: () => 'Sequel Spy (Missing Prequel Finder)', + name: () => 'Sequel Spy', description: "Find media with prequels you haven't seen yet for any given simulcast season", id: 'sequel_spy' }, discussions: { name: () => 'Episode Discussion Collector', - description: 'Find and display all episode discussions for a given user', + description: 'Find and display all episode discussions created by a given user', id: 'discussions' }, random_follower: { name: () => 'Random Follower Finder', - description: 'Find a random follower of any given user', + description: "Generate random followers from any user's following list", id: 'random_follower' }, likes: { name: () => 'Likes', - description: 'Get All Likes of an Activity or Forum Thread', + description: 'Get all likes of an activity or forum thread', id: 'likes' }, dump_profile: { @@ -54,6 +54,7 @@ export const tools: { }, activity_history: { name: () => 'Activity History Analyser', - id: 'activity_history' + id: 'activity_history', + description: 'Activity history utilities & image exporter' } }; |