Merge pull request #597 from Clevero/dev

Fix typo in ability gradle instruction
This commit is contained in:
Ruben Bermudez 2019-04-03 01:33:32 +01:00 committed by GitHub
commit 16308c1be7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ As with any Java project, you will need to set your dependencies.
```
* **Gradle**
```groovy
compile group: 'org.telegram', name: 'telegrambots-abilties', version: '4.1.2'
compile group: 'org.telegram', name: 'telegrambots-abilities', version: '4.1.2'
```
* [JitPack](https://jitpack.io/#rubenlagus/TelegramBots)
@ -115,4 +115,4 @@ Since you've implemented an AbilityBot, you get **factory abilities** as well. T
## Conclusion
Congratulation on creating your first AbilityBot. What's next? So far we've only considered the case of commands, but what about images and inline replies? AbilityBots can also handle that! Oh and, did you know that all ability bots have an embedded database that you can use?
The following sections of the tutorial will describe in detail **abilities** and **replies**. It will also bring into attention how to effectively in-code test your bot, handle the embedded DB and administer your user access levels.
The following sections of the tutorial will describe in detail **abilities** and **replies**. It will also bring into attention how to effectively in-code test your bot, handle the embedded DB and administer your user access levels.