diff --git a/README.md b/README.md index 9c7950a..c281325 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,19 @@ patched-porobot isn't endorsed by Riot Games and doesn't reflect the views or op ## Screenshots -[The inline query "poro" being performed by @patchedporobot on Telegram Desktop. A list of poros is being displayed.](media/telegram-desktop.png) +### Telegram bot -[The same inline query performed on Telegram Android. More poros are being displayed.](media/telegram-android.jpg) +![](media/td-profile.png) +*The bot's profile, seen when a chat with @patchedporobot is opened.* + +![](media/td-start.png) +*The message the bot sends when it detects an interaction from the user, such as the default /start command.* + +![](media/td-prompt.png) +*The card search prompt that appears when attempting to use the bot in a chat.* + +![](media/td-poro.png) +*A search for "poro". Many poros are displayed, and also Braum Level 2, since it contains "poro" in its description.* + +![](media/td-message.png) +*The message sent when a card is clicked from the menu. It contains both the card image and a plain text render of the card (for accessibility). Additionally, the flavor text, the artist name, and a link to the full illustration are provided.* diff --git a/media/td-message.png b/media/td-message.png new file mode 100644 index 0000000..d8a77e6 Binary files /dev/null and b/media/td-message.png differ diff --git a/media/td-poro.png b/media/td-poro.png new file mode 100644 index 0000000..b862032 Binary files /dev/null and b/media/td-poro.png differ diff --git a/media/td-profile.png b/media/td-profile.png new file mode 100644 index 0000000..726789f Binary files /dev/null and b/media/td-profile.png differ diff --git a/media/td-prompt.png b/media/td-prompt.png new file mode 100644 index 0000000..e217474 Binary files /dev/null and b/media/td-prompt.png differ diff --git a/media/td-start.png b/media/td-start.png new file mode 100644 index 0000000..d42ba3d Binary files /dev/null and b/media/td-start.png differ diff --git a/media/telegram-android.jpg b/media/telegram-android.jpg deleted file mode 100644 index 24b2ad0..0000000 Binary files a/media/telegram-android.jpg and /dev/null differ diff --git a/media/telegram-desktop.png b/media/telegram-desktop.png deleted file mode 100644 index 130ce26..0000000 Binary files a/media/telegram-desktop.png and /dev/null differ