diff options
| author | Fuwn <[email protected]> | 2024-03-17 00:19:05 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-03-17 00:19:05 -0700 |
| commit | bcbdafabb4b5eba069f7be5d6efd628f950433a6 (patch) | |
| tree | aa6d24da0145106b398bd354033ca883c447b3ac /src/lib/Tools/tools.ts | |
| parent | feat(tools): uma musume birthdays (diff) | |
| download | due.moe-bcbdafabb4b5eba069f7be5d6efd628f950433a6.tar.xz due.moe-bcbdafabb4b5eba069f7be5d6efd628f950433a6.zip | |
feat(tools): hayai v2
Diffstat (limited to 'src/lib/Tools/tools.ts')
| -rw-r--r-- | src/lib/Tools/tools.ts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/Tools/tools.ts b/src/lib/Tools/tools.ts index 2b7d27f2..2ddbc337 100644 --- a/src/lib/Tools/tools.ts +++ b/src/lib/Tools/tools.ts @@ -43,6 +43,11 @@ 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' }, + hayai: { + name: () => '早い', + description: () => 'Read light novels at 1.5x speed!', + id: 'hayai' + }, discussions: { name: () => 'Episode Discussion Collector', description: () => 'Find and display all episode discussions created by a given user', |