From 0074419b0e9d21c9afa1a7d8bf47b74aab2b1aec Mon Sep 17 00:00:00 2001 From: Aman Singh Date: Fri, 7 Oct 2022 11:47:35 +0530 Subject: [PATCH] Added message from dog --- src/panel/pets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/pets.ts b/src/panel/pets.ts index af7b8351..6596e2e4 100644 --- a/src/panel/pets.ts +++ b/src/panel/pets.ts @@ -657,7 +657,7 @@ export class Dog extends BasePetType { } hello(): string { // TODO: #186 Add a custom message for dog - return ` says hello 👋!`; + return ` Every dog has its day - and today is woof day! Today I just want to bark. Take me on a walk`; } }