Skip to content

Commit 729bb6f

Browse files
committed
Align supported files information across answers
1 parent 23663dd commit 729bb6f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

  • src/main/java/com/github/stickerifier/stickerify/telegram

src/main/java/com/github/stickerifier/stickerify/telegram/Answer.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ public enum Answer {
99
Send me the media you want to convert and I will take care of the rest.
1010
1111
Based on what you send, I will answer the following:
12-
- the converted media, if you sent a supported file (images, gifs, standard and video stickers are supported)
12+
- the converted media, if you sent a supported file (use the **/supported** command to read the full list)
1313
- no file, if you sent a media already suiting Telegram's requirements
1414
- an error message, if you sent either an unsupported or a corrupted file
1515
- an informative message for any message without a file
16-
- the list of supported files, using the /supported command
1716
1817
Once the file is ready, head to [Stickers bot](https://t.me/Stickers) to create a new sticker.
1918
"""),
@@ -35,7 +34,7 @@ public enum Answer {
3534
Looking for sticker packs? Try [MeminiCustom](https://t.me/addstickers/MeminiCustom) and [VideoMemini](https://t.me/addstickers/VideoMemini)!
3635
"""),
3736
ERROR("""
38-
The file conversion was unsuccessful: only images, gifs, standard and video stickers are supported.
37+
The file conversion was unsuccessful: use the **/supported** command to read the full list of supported files.
3938
4039
If you think it should have worked, please report the issue on [GitHub](https://github.com/Stickerifier/Stickerify/issues/new/choose).
4140
"""),

0 commit comments

Comments
 (0)