diff options
Diffstat (limited to 'src/lib/Tools/tools.ts')
| -rw-r--r-- | src/lib/Tools/tools.ts | 8 |
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', |