Skip to content

Commit

Permalink
Modify welcome message
Browse files Browse the repository at this point in the history
* Drake uses only one emoji.
* Drake uses special characters.

* Drake's not the type of guy to use only a single emoji.
* He's also not the type of guy to use special characters in his welcome message.

Let's
* add an emoji to Drake's welcome message.
* remove special characters from his welcome message.
  • Loading branch information
tensaida committed Sep 13, 2022
1 parent 054451f commit c1f8c75
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/drake/Ui.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ public List<String> chatBubbleText(List<String> lines) {
*/
public List<String> replyWelcome() {
ArrayList<String> reply = new ArrayList<>();
reply.add("You used to call me on my cellphone");
reply.add("!@#$%^&*()-+!@#$%^&*()`~`!@#$");
reply.add("You used to call me on my cellphone \uD83D\uDE14");
reply.add("Drake's the kind of guy to help you out uwu");
reply.add("Go ahead, make that hotline bling ☎");
return reply;
Expand Down

0 comments on commit c1f8c75

Please sign in to comment.