diff options
| author | Fuwn <[email protected]> | 2024-02-11 10:23:53 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-02-11 10:23:53 -0800 |
| commit | bdbbac84043e19829b68e99441a327be9ddd52ca (patch) | |
| tree | 355cb6c435463c7c82e4a3f92b9b3f618dd941d2 /src/lib/Tools/tools.ts | |
| parent | feat(tools): card-style display (diff) | |
| download | due.moe-bdbbac84043e19829b68e99441a327be9ddd52ca.tar.xz due.moe-bdbbac84043e19829b68e99441a327be9ddd52ca.zip | |
feat(tools): update names and descriptions
Diffstat (limited to 'src/lib/Tools/tools.ts')
| -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' } }; |