diff options
| author | Fuwn <[email protected]> | 2025-02-14 01:56:58 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-14 01:56:58 -0800 |
| commit | dcf1f40557d4c42671406b329e55bfed7ea50c1c (patch) | |
| tree | c45fff0fc5b2cfa5197e799472e58632f091f0a2 /src/lib/Tools/tools.ts | |
| parent | feat(notifications): initial notification update on first visit (diff) | |
| download | due.moe-dcf1f40557d4c42671406b329e55bfed7ea50c1c.tar.xz due.moe-dcf1f40557d4c42671406b329e55bfed7ea50c1c.zip | |
feat(Tools): Use generic birthdays tool template, adds NIJISANJI birthdays tool
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 988d7826..52b08564 100644 --- a/src/lib/Tools/tools.ts +++ b/src/lib/Tools/tools.ts @@ -57,6 +57,12 @@ export const tools: { 'Find and display the birthdays of all hololive talents for today, or any other day of the year', id: 'hololive_birthdays' }, + nijisanji_birthdays: { + name: () => 'NIJISANJI Birthdays', + description: () => + 'Find and display the birthdays of all NIJISANJI talents for today, or any other day of the year', + id: 'nijisanji_birthdays' + }, hayai: { name: () => '早い', description: () => 'Read light novels at 1.5x speed!', |