Skip to content

Commit

Permalink
added a couple more reseponses for Kevin-bot
Browse files Browse the repository at this point in the history
  • Loading branch information
julezjw committed Aug 5, 2017
1 parent c4bcb52 commit c07ec76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/codeu/chat/server/bots/KevinBot.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ public class KevinBot extends Bot {
"Does this need to public?",
"As always, let me know if you have any questions or want to talk about anything!",
"Going to lunch now, be back in an hour or so!",
"What if there were a million users?"
"What if there were a million users?",
"Tests would be nice",
"There could be more comments and javadocs",
"If we had more time..."
};
@Override
public String reactTo(String message, Uuid sender) {
Expand Down

0 comments on commit c07ec76

Please sign in to comment.