Skip to content

Commit 75e0cc6

Browse files
committed
Modified welcome message
* 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.
1 parent 054451f commit 75e0cc6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/java/drake/Ui.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ public List<String> chatBubbleText(List<String> lines) {
4848
*/
4949
public List<String> replyWelcome() {
5050
ArrayList<String> reply = new ArrayList<>();
51-
reply.add("You used to call me on my cellphone");
52-
reply.add("!@#$%^&*()-+!@#$%^&*()`~`!@#$");
51+
reply.add("You used to call me on my cellphone \uD83D\uDE14");
5352
reply.add("Drake's the kind of guy to help you out uwu");
5453
reply.add("Go ahead, make that hotline bling ☎");
5554
return reply;

0 commit comments

Comments
 (0)