diff options
| author | R0flcopt3r <12752060+R0flcopt3r@users.noreply.github.com> | 2021-10-05 18:18:41 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-10-08 11:20:18 +0200 |
| commit | a425a4b544d152f970751b4d95662869c143aaa6 (patch) | |
| tree | ed84909db1b5552e895a08a34f9b98a65d58fdf4 /src/hooks | |
| parent | switch back to alpine image (diff) | |
fix spelling of meow in pet hook
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", |
