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

Commit

Permalink
Merge pull request #58 from devmattrick/patch-1
Browse files Browse the repository at this point in the history
Fix video
  • Loading branch information
aaomidi authored May 11, 2017
2 parents aa5fadc + 24cdb4d commit 0711448
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public TopKekListener(TelegramBot bot) {
add(new TextAction((t, ev) -> t.toLowerCase().contains("retarded"), (e) -> "Intriguing"));
add(new TextAction((t, ev) -> t.toLowerCase().contains("drug") && ev.getMessage().getSender().getId() == 90092917, (e) -> "Visit @richdoesdrugs for more"));
add(new TextAction((t, ev) -> t.toLowerCase().contains("hong kong"), (e) -> {
SendableTextMessage msg = SendableTextMessage.builder().message("https://youtu.be/jEV9OymZ-Oo").disableWebPagePreview(true).build();
SendableTextMessage msg = SendableTextMessage.builder().message("https://youtu.be/rAirFpUl97k").disableWebPagePreview(true).build();
e.getChat().sendMessage(msg);
return null;
}));
Expand Down

0 comments on commit 0711448

Please sign in to comment.