mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 20:14:51 +00:00
Move images to _images folder
This commit is contained in:
parent
63d3dd6dc1
commit
b5c9eb2e76
3 changed files with 2 additions and 2 deletions
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 129 KiB After Width: | Height: | Size: 129 KiB |
|
|
@ -15,7 +15,7 @@ Inline Bots
|
|||
# Get bot results for "Fuzz Universe" from the inline bot @vid
|
||||
bot_results = client.get_inline_bot_results("vid", "Fuzz Universe")
|
||||
|
||||
.. figure:: ../_static/get_inline_bot_results.png
|
||||
.. figure:: ../_images/get_inline_bot_results.png
|
||||
:width: 90%
|
||||
:align: center
|
||||
:figwidth: 60%
|
||||
|
|
@ -31,7 +31,7 @@ Inline Bots
|
|||
# Send the first result (bot_results.results[0]) to your own chat (Saved Messages)
|
||||
client.send_inline_bot_result("me", bot_results.query_id, bot_results.results[0].id)
|
||||
|
||||
.. figure:: ../_static/send_inline_bot_result.png
|
||||
.. figure:: ../_images/send_inline_bot_result.png
|
||||
:width: 90%
|
||||
:align: center
|
||||
:figwidth: 60%
|
||||
|
|
|
|||
Loading…
Reference in a new issue