Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
natanimn committed Jul 10, 2024
1 parent 76e95fe commit 9ea7c70
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<dependecy>
<groupId>et.telebof</groupId>
<artifactId>telegrambot</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
</dependecy>
```

Expand Down Expand Up @@ -399,7 +399,7 @@ public class FilterBot {
public static void main(String[] args) {
// ...
bot.onMessage(filter -> filter.text() && filter.customFilter(new StartsWithFilter()),
FilterBot::numberFilter);
FilterBot::startsWith);
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>et.telebof</groupId>
<artifactId>telegrambot</artifactId>
<version>1.9.0</version>
<version>1.9.1</version>
<description>Easy and modern Java Telegram bot API</description>
<name>Telebof</name>
<packaging>jar</packaging>
Expand Down

0 comments on commit 9ea7c70

Please sign in to comment.