mirror of
https://github.com/Steffo99/patched-porobot.git
synced 2025-01-09 18:19:46 +00:00
Wrap screenshots in <details>
tags
This commit is contained in:
parent
8068e45e6a
commit
75dc27965f
1 changed files with 20 additions and 10 deletions
30
README.md
30
README.md
|
@ -15,27 +15,37 @@ patched-porobot isn't endorsed by Riot Games and doesn't reflect the views or op
|
|||
|
||||
### Telegram bot
|
||||
|
||||
*The bot's profile, seen when a chat with @patchedporobot is opened.*
|
||||
<details>
|
||||
<summary>The bot's profile, seen when a chat with @patchedporobot is opened.</summary>
|
||||
|
||||
![](media/td-profile.png)
|
||||
|
||||
-----
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>The message the bot sends when it detects an interaction from the user, such as the default /start command.</summary>
|
||||
|
||||
*The message the bot sends when it detects an interaction from the user, such as the default /start command.*
|
||||
![](media/td-start.png)
|
||||
|
||||
-----
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>The card search prompt that appears when attempting to use the bot in a chat.</summary>
|
||||
|
||||
*The card search prompt that appears when attempting to use the bot in a chat.*
|
||||
![](media/td-prompt.png)
|
||||
|
||||
-----
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>A search for "poro". Many poros are displayed, and also Braum Level 2, since it contains "poro" in its description.</summary>
|
||||
|
||||
*A search for "poro". Many poros are displayed, and also Braum Level 2, since it contains "poro" in its description.*
|
||||
![](media/td-poro.png)
|
||||
|
||||
-----
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary>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.</summary>
|
||||
|
||||
*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.*
|
||||
![](media/td-message.png)
|
||||
|
||||
-----
|
||||
</details>
|
||||
|
|
Loading…
Reference in a new issue