diff options
| author | Fuwn <[email protected]> | 2025-03-08 21:13:26 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-03-08 21:13:26 -0800 |
| commit | 03217cff6624da7146ea52c50e22851a75b62666 (patch) | |
| tree | 9661b40ff1754f06afe648ada627077f3006e1f7 /src/lib/Tools | |
| parent | fix(Birthdays): Always allow leap year day values (diff) | |
| download | due.moe-03217cff6624da7146ea52c50e22851a75b62666.tar.xz due.moe-03217cff6624da7146ea52c50e22851a75b62666.zip | |
feat(tools): Remove Dump Profile tool
Diffstat (limited to 'src/lib/Tools')
| -rw-r--r-- | src/lib/Tools/tools.ts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/lib/Tools/tools.ts b/src/lib/Tools/tools.ts index 52b08564..9f9234c9 100644 --- a/src/lib/Tools/tools.ts +++ b/src/lib/Tools/tools.ts @@ -78,11 +78,11 @@ export const tools: { description: () => "Generate random followers from any user's following list", id: 'random_follower' }, - dump_profile: { - name: () => 'Dump Profile', - description: () => "Dump a user's profile to JSON", - id: 'dump_profile' - }, + // dump_profile: { + // name: () => 'Dump Profile', + // description: () => "Dump a user's profile to JSON", + // id: 'dump_profile' + // }, likes: { name: () => 'Likes', description: () => 'Get all likes of an activity or forum thread', |