Skip to content

Commit

Permalink
Merge pull request #206 from akk312000/master
Browse files Browse the repository at this point in the history
Added Duck Message
  • Loading branch information
tonybaloney authored Oct 9, 2022
2 parents a4871d6 + 92ef418 commit e87179d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/panel/pets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -815,8 +815,7 @@ export class RubberDuck extends BasePetType {
return '🐥';
}
hello(): string {
// TODO: #190 Add a custom message for duck
return ` says hello 👋!`;
return ` Hi, I love to quack around 👋!`;
}
}

Expand Down

0 comments on commit e87179d

Please sign in to comment.