Another sender to silent change

This commit is contained in:
Abbas Abou Daya 2019-09-16 22:48:22 -07:00
parent b3c6623eaa
commit 7b7478f180

View File

@ -40,7 +40,7 @@ public Ability playWithMe() {
// Prints to console
System.out.println("I'm in a reply!");
// Sends message
sender.send("It's been nice playing with you!", upd.getMessage().getChatId());
silent.send("It's been nice playing with you!", upd.getMessage().getChatId());
},
// Now we start declaring conditions, MESSAGE is a member of the enum Flag class
// That class contains out-of-the-box predicates for your replies!