diff options
| author | Fuwn <[email protected]> | 2024-03-28 05:08:14 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-28 05:08:14 -0700 |
| commit | 1a283a0764e0870ba83c7f176d899f1f1902db45 (patch) | |
| tree | 1faa46ddf8ec6351f40183fdf2def0140ec9e009 /src/lib/Tools/tools.ts | |
| parent | fix(birthdays): properly fix names (diff) | |
| download | due.moe-1a283a0764e0870ba83c7f176d899f1f1902db45.tar.xz due.moe-1a283a0764e0870ba83c7f176d899f1f1902db45.zip | |
feat(tools): hololive birthdays
Diffstat (limited to 'src/lib/Tools/tools.ts')
| -rw-r--r-- | src/lib/Tools/tools.ts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/Tools/tools.ts b/src/lib/Tools/tools.ts index 2ddbc337..3feaf9e0 100644 --- a/src/lib/Tools/tools.ts +++ b/src/lib/Tools/tools.ts @@ -43,6 +43,12 @@ export const tools: { 'Find and display the birthdays of all Uma Musume characters for today, or any other day of the year', id: 'uma_musume_birthdays' }, + hololive_birthdays: { + name: () => 'hololive Birthdays', + description: () => + 'Find and display the birthdays of all hololive talents for today, or any other day of the year', + id: 'hololive_birthdays' + }, hayai: { name: () => '早い', description: () => 'Read light novels at 1.5x speed!', |