diff options
Diffstat (limited to '')
| -rw-r--r-- | src/hooks/pet.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hooks/pet.rs b/src/hooks/pet.rs index 296c607..fd6abdb 100644 --- a/src/hooks/pet.rs +++ b/src/hooks/pet.rs @@ -9,7 +9,7 @@ use rand::thread_rng; const PET_RESPONSE: [&str; 5] = [ "purrs", - "moews loudly", + "meows loudly", "walks away", "snuggles back", "strikes you with it's sharp claws", |
