aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-03-08 21:13:26 -0800
committerFuwn <[email protected]>2025-03-08 21:13:26 -0800
commit03217cff6624da7146ea52c50e22851a75b62666 (patch)
tree9661b40ff1754f06afe648ada627077f3006e1f7 /src/lib/Tools
parentfix(Birthdays): Always allow leap year day values (diff)
downloaddue.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.ts10
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',