File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/main/java/com/github/stickerifier/stickerify/bot Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# <img src =" src/main/resources/images/stickerify.svg " alt =" Stickerify Logo " align =" right " width =" 100 " >[ Stickerify] ( https://t.me/StickerifyImageBot )
22
3- Telegram bot to convert medias in the format required to be used as Telegram stickers
3+ Telegram bot to convert medias into the format required to be used as Telegram stickers
44
55## Table of contents
66
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies {
2828
2929group = ' com.github.stickerifier'
3030version = ' 2.0'
31- description = ' Telegram bot to convert medias in the format required to be used as Telegram stickers'
31+ description = ' Telegram bot to convert medias into the format required to be used as Telegram stickers'
3232
3333java. toolchain {
3434 languageVersion = JavaLanguageVersion . of(25 )
Original file line number Diff line number Diff line change 4545import java .util .concurrent .ThreadFactory ;
4646
4747/**
48- * Telegram bot to convert medias in the format required to be used as Telegram stickers.
48+ * Telegram bot to convert medias into the format required to be used as Telegram stickers.
4949 *
5050 * @author Roberto Cella
5151 */
You can’t perform that action at this time.
0 commit comments