Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# <img src="src/main/resources/images/stickerify.svg" alt="Stickerify Logo" align="right" width="100">[Stickerify](https://t.me/StickerifyImageBot)

Telegram bot to convert medias in the format required to be used as Telegram stickers
Telegram bot to convert medias into the format required to be used as Telegram stickers

## Table of contents

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies {

group = 'com.github.stickerifier'
version = '2.0'
description = 'Telegram bot to convert medias in the format required to be used as Telegram stickers'
description = 'Telegram bot to convert medias into the format required to be used as Telegram stickers'

java.toolchain {
languageVersion = JavaLanguageVersion.of(25)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
import java.util.concurrent.ThreadFactory;

/**
* Telegram bot to convert medias in the format required to be used as Telegram stickers.
* Telegram bot to convert medias into the format required to be used as Telegram stickers.
*
* @author Roberto Cella
*/
Expand Down
Loading