Skip to content

Commit

Permalink
Merge pull request #202 from Ladam0203/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney authored Oct 7, 2022
2 parents cfc0aae + 937b0fd commit ab1672f
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 @@ -768,7 +768,7 @@ export class Clippy extends BasePetType {
}
hello(): string {
// TODO: #188 Add a custom message for clippy
return ` says hello 👋!`;
return `Sss... Oh. Oh my gosh! I'm a snake!`;
}
}

Expand Down

0 comments on commit ab1672f

Please sign in to comment.