aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Tools/tools.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-03-16 22:06:56 -0700
committerFuwn <[email protected]>2024-03-16 22:06:56 -0700
commite9cb29bf27ca4992740ccc5fd634cd3bd5ae5bf9 (patch)
tree9e0675a831fbab5c4a47d4b22e276bb9a2669ea3 /src/lib/Tools/tools.ts
parentfeat(schedule): fix current day episode (diff)
downloaddue.moe-e9cb29bf27ca4992740ccc5fd634cd3bd5ae5bf9.tar.xz
due.moe-e9cb29bf27ca4992740ccc5fd634cd3bd5ae5bf9.zip
feat(tools): uma musume birthdays
Diffstat (limited to 'src/lib/Tools/tools.ts')
-rw-r--r--src/lib/Tools/tools.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/Tools/tools.ts b/src/lib/Tools/tools.ts
index 27a5f2b6..2b7d27f2 100644
--- a/src/lib/Tools/tools.ts
+++ b/src/lib/Tools/tools.ts
@@ -35,6 +35,14 @@ export const tools: {
"Find media with prequels you haven't seen yet for any given simulcast season",
id: 'sequel_spy'
},
+ uma_musume_birthdays: {
+ name: () => {
+ return 'Uma Musume: Pretty Derby Character Birthdays';
+ },
+ description: () =>
+ 'Find and display the birthdays of all Uma Musume characters for today, or any other day of the year',
+ id: 'uma_musume_birthdays'
+ },
discussions: {
name: () => 'Episode Discussion Collector',
description: () => 'Find and display all episode discussions created by a given user',