rubenlagus / TelegramBots

Java library to create bots using Telegram Bots API
https://telegram.me/JavaBotsApi
MIT License
4.77k stars 1.22k forks source link

Please fix Wiki page #352

Closed bvn13 closed 6 years ago

bvn13 commented 6 years ago

Page Simple Ability Bot contains dependency of plugin:

compile group: 'org.telegram', name: 'telegrambots-abilties', version: '3.5'

please, look at the error: telegrambots-abilties -> abilties -> LT

fix it with: compile group: 'org.telegram', name: 'telegrambots-abilities', version: '3.5'

addo47 commented 6 years ago

A PR #347 is already pending. Thanks for the notice though!

rubenlagus commented 6 years ago

This should be already merged and fixed.