diff options
| author | Eddie Santos <[email protected]> | 2025-06-11 16:40:13 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-11 23:40:13 +0000 |
| commit | e02a035ab4d1c534c05a4cd6ee50878d90e6aaef (patch) | |
| tree | 05dfcd5cce46ad701ba866e6356b4501f775de73 /packages/cli/src | |
| parent | fb67ee5445f26977f4774c91787e46709cb5ce09 (diff) | |
Adding silly phrases (#922)
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/ui/hooks/usePhraseCycler.ts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/cli/src/ui/hooks/usePhraseCycler.ts b/packages/cli/src/ui/hooks/usePhraseCycler.ts index a9239190..746b670a 100644 --- a/packages/cli/src/ui/hooks/usePhraseCycler.ts +++ b/packages/cli/src/ui/hooks/usePhraseCycler.ts @@ -87,6 +87,13 @@ export const WITTY_LOADING_PHRASES = [ 'Giving Cloudy a pat on the head...', 'Petting the cat...', 'Rickrolling my boss...', + 'Never gonna give you up, never gonna let you down...', + 'Slapping the bass...', + 'Tasting the snozberries...', + "I'm going the distance, I'm going for speed...", + 'Is this the real life? Is this just fantasy?...', + "I've got a good feeling about this...", + 'Poking the bear...', 'Doing research on the latest memes...', 'Figuring out how to make this more witty...', 'Hmmm... let me think...', |
