Skip to content

Commit 0b06e5f

Browse files
authored
Update README.rst
1 parent f5e9484 commit 0b06e5f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ discord.py-message-components
1010
.. image:: https://img.shields.io/pypi/pyversions/discord.py-message-components.svg
1111
:target: https://pypi.python.org/pypi/discord.py-message-components
1212
:alt: PyPI supported Python versions
13+
.. image:: https://static.pepy.tech/personalized-badge/discord-py-message-components?period=total&units=international_system&left_color=grey&right_color=green&left_text=Downloads
14+
:target: https://pepy.tech/project/discord.py-message-components
15+
:alt: Total downloads for the project
1316

1417
The Original `discord.py <https://pypi.org/project/discord.py>`_ Libary made by `Rapptz <https://github.com/Rapptz>`_ with implementation of the `Discord-Message-Components <https://discord.com/developers/docs/interactions/message-components>`_ by `mccoderpy <https://github.com/mccoderpy/>`_
1518

@@ -51,7 +54,7 @@ Examples
5154
A Command that sends you a Message and edit it when you click a Button:
5255
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5356

54-
.. code-block:: py
57+
.. code-block:: python
5558
5659
import typing
5760
import discord
@@ -105,7 +108,7 @@ Another (complex) Example where a small Embed will be send; you can move a small
105108
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106109

107110

108-
.. code-block:: py
111+
.. code-block:: python
109112
110113
pointers = []
111114

0 commit comments

Comments
 (0)