Skip to content

Commit

Permalink
Added message from dog
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman0307 committed Oct 7, 2022
1 parent eb8f730 commit 0074419
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 @@ -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`;
}
}

Expand Down

0 comments on commit 0074419

Please sign in to comment.