Skip to content

Commit

Permalink
Merge pull request #198 from Aman0307/added-dog-message
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Oct 7, 2022
2 parents 87dbccc + 0074419 commit 4bc559e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/panel/pets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,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`;
}
}

Expand Down

0 comments on commit 4bc559e

Please sign in to comment.