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.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/Tools/tools.ts b/src/lib/Tools/tools.ts
index c0e499b2..96aaeb47 100644
--- a/src/lib/Tools/tools.ts
+++ b/src/lib/Tools/tools.ts
@@ -31,6 +31,11 @@ export const tools: { [key: string]: { name: string; description?: string; id: s
description: 'Find a random follower of any given user',
id: 'random_follower'
},
+ likes: {
+ name: 'Likes',
+ description: 'Get All Likes of an Activity or Forum Thread',
+ id: 'likes'
+ },
dump_profile: {
name: 'Dump Profile',
description: "Dump a user's profile to JSON",