Skip to content
This repository has been archived by the owner on Nov 8, 2020. It is now read-only.

Commit

Permalink
memes
Browse files Browse the repository at this point in the history
Signed-off-by: Amir <amir@aaomidi.com>
  • Loading branch information
aaomidi committed Mar 2, 2017
1 parent e2aa93c commit 227bb05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public TopKekListener(TelegramBot bot) {

//it's literally called "topkekbot" so this responds "kek" when someone says "top"
add(new TextAction((t, ev) -> t.equalsIgnoreCase("top"), (e) -> "kek"));

add(new TextAction((t, ev) -> t.toLowerCase().contains("good night"), (e) -> "goodnight bb, sweet dreams \uD83D\uDE18\uD83D\uDE18\uD83D\uDE18❤️❤️❤️\uD83D\uDC8B\uD83D\uDC8B\uD83D\uDC8B"));
add(new TextAction((t, ev) -> t.toLowerCase().contains("pleb"), (e) -> "Pleb, yes"));
add(new TextAction((t, ev) -> t.toLowerCase().contains("fuck off"), (e) -> "No you fuck off, fucking idiot."));
add(new TextAction((t, ev) -> t.toLowerCase().contains("blend"), (e) -> "But will it blend?"));
Expand Down

0 comments on commit 227bb05

Please sign in to comment.