From 7cca12930ce3e16b782b01ff1fe0b2a5c434fc88 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Mon, 17 Feb 2020 15:33:28 +0600 Subject: [PATCH] fixes and fill up --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6c2b70bc9..8f801caf61 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,20 @@ # TelegramBotAPI +[![Chat in Telegram](badges/chat.svg)](https://t.me/InMoTelegramBotAPI) + +## TelegramBotAPI status + [![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) [![Download](https://api.bintray.com/packages/insanusmokrassar/StandardRepository/TelegramBotAPI/images/download.svg) ](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI/_latestVersion) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.insanusmokrassar/TelegramBotAPI/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.insanusmokrassar/TelegramBotAPI) [![Build Status](https://jenkins.insanusmokrassar.com/buildStatus/icon?job=TelegramBotAPI_master__publishing)](https://jenkins.insanusmokrassar.com/job/TelegramBotAPI_master__publishing/) -[![Chat in Telegram](badges/chat.svg)](https://t.me/InMoTelegramBotAPI) +## TelegramBotAPI extensions status + +[![Awesome Kotlin Badge](https://kotlin.link/awesome-kotlin.svg)](https://github.com/KotlinBy/awesome-kotlin) +[![Download](https://api.bintray.com/packages/insanusmokrassar/StandardRepository/TelegramBotAPI-extensions-api/images/download.svg) ](https://bintray.com/insanusmokrassar/StandardRepository/TelegramBotAPI-extensions-api/_latestVersion) +[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.github.insanusmokrassar/TelegramBotAPI-extensions-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.github.insanusmokrassar/TelegramBotAPI-extensions-api) +[![Build Status](https://jenkins.insanusmokrassar.com/buildStatus/icon?job=TelegramBotAPI-extensions-api_master__publishing)](https://jenkins.insanusmokrassar.com/job/TelegramBotAPI-extensions-api_master__publishing/) ## What is it? @@ -26,5 +35,5 @@ Firstly, look at the [TelegramBotAPI](TelegramBotAPI/README.md). Here you can fi covered Telegram Bot API and other things. After this you can look at the [TelegramBotAPI Extensions](TelegramBotAPI-extensions-api/README.md). -Anyway, all library are very typical inside of them. For example, any request in TelegramBotAPI look like +Anyway, all libraries are very typical inside of them. For example, any request in TelegramBotAPI look like `requestsExecutor.execute(SomeRequest())`.