diff options
| author | Fuwn <[email protected]> | 2024-01-14 22:19:59 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-14 22:19:59 -0800 |
| commit | d210d464ac22e4dcbe9c19d18c46ef3e2e10147f (patch) | |
| tree | af76a7a2df110beb0a7450594d1806c6766304f6 /src/lib/Tools/tools.ts | |
| parent | fix(wrapped): limit activities to year (diff) | |
| download | due.moe-d210d464ac22e4dcbe9c19d18c46ef3e2e10147f.tar.xz due.moe-d210d464ac22e4dcbe9c19d18c46ef3e2e10147f.zip | |
feat(tools): likes
Diffstat (limited to 'src/lib/Tools/tools.ts')
| -rw-r--r-- | src/lib/Tools/tools.ts | 5 |
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", |